Checks whether this ExternalResourceReference corresponds to the current version of the resource.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ResourceVersionStatus GetResourceVersionStatus()
Return Value
ResourceVersionStatus
An enum indicating whether this reference represents the most recent version
of the resource.
Exceptions
| Exception | Condition |
|---|
| InvalidOperationException |
The server referenced by the ExternalResourceReference does not exist or
does not implement IExternalResourceServer.
|
Remarks
This method should only be called if the ExternalResourceServer that provides the resource
is present.
See Also
Reference