EntityMasterId Property
Gets the Master Id of this File.
Syntax
public System.long EntityMasterId {get;}Public ReadOnly Property EntityMasterId As System.LongRemarks
A File is an iteration based entity. The iteration id refers to a specific version of a file where the master id references information pertaining to all versions of the file.
This method is implemented as part of the IEntity interface