Autodesk Vault ProfessionalVault API

PersistableIdEntInfo Constructor

Autodesk.DataManagement.Client.Framework.Vault.Currency.PersistentIdPersistableIdEntInfo

An extension of the ACW.Ent class with some extra data indicated if it repesents the master(sliding latest version) of the object

Syntax

public PersistableIdEntInfo(
   System.string entityClass,
   System.long id,
   System.bool latest,
   System.bool idIsVersionId
)
Public Function New( _
   ByVal entityClass As System.String, _
   ByVal id As System.Long, _
   ByVal latest As System.Boolean, _
   ByVal idIsVersionId As System.Boolean _
)

Parameters

NameDescription
entityClassThe entity class of the entity.
idThe id of the entity.
latestWhether this object represents the master(sliding latest version) or a particular version of the entity.
idIsVersionIdTells whether this is a version id or a master id.

See Also