The cloud cached version index.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:  2019

Syntax

C#
public int CloudVersion { get; }
Visual Basic
Public ReadOnly Property CloudVersion As Integer
	Get
Visual C++
public:
property int CloudVersion {
	int get ();
}

See Also