FileCurrentRevision Property  | 
 Gets the highest revision number associated with this file.
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic long CurrentRevision { get; }Public ReadOnly Property CurrentRevision As Long
	Get
public:
virtual property long long CurrentRevision {
	long long get () sealed;
}abstract CurrentRevision : int64 with get
override CurrentRevision : int64 with get
Property Value
Type: 
Int64
RemarksIf the file has never been saved or checked in, the value will be -1.
See Also