2027 Property
Changes 0
P

ExternalResourceLoadContent.Version

Description:
The version of the external data that the server is providing in this object.
Remarks:

When its LoadResource() method is invoked, an IExternalResourceServer can indicate the version of the data that it is providing to Revit by setting this property. Doing so will improve performance, because Revit will use the version information to avoid unnecessary reloads.

See GetResourceVersionStatus(ExternalResourceReference).

public string Version { get; set; }