Autodesk Vault ProfessionalVault API

IsCachable Property

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

To be cachable, the Ent Info cannot represent the latest and be populated with a version id

Syntax

public System.bool IsCachable {get;}
Public ReadOnly Property IsCachable As System.Boolean

Remarks

A non-cachable state can happen after the entity is populated from the server, but the master id has not been supplied because the entity has not been hydrated yet.

See Also