Share

ResourceVersionStatus Enumeration

An enum indicating whether a resource is current or out of date.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum ResourceVersionStatus

Members

Member nameValueDescription
Current0 The resource is up-to-date; this is is the most recent version of the resource.
OutOfDate1 This is not the most recent version of the resource.
Unknown2 It is not known whether the resource is current.

See Also

Reference

Was this information helpful?