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.1.0.1000)
Syntax
public long CurrentRevision { get; }

Property Value

Type: Int64
Remarks
If the file has never been saved or checked in, the value will be -1.
See Also