Autodesk Vault ProfessionalVault API

EntityMasterId Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.EntitiesFileIteration

Gets the Master Id of this File.

Syntax

public System.long EntityMasterId {get;}
Public ReadOnly Property EntityMasterId As System.Long

Remarks

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

See Also