Autodesk Vault ProfessionalVault API

IsCloaked Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.EntitiesCustomObject

Gets if this Custom Object is cloaked. A cloaked object is one that the caller does not have permissions to view.

Syntax

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

Remarks

This method is implemented as part of the IEntity interface

The values of the fields of cloaked objects will be replaced with generic (or empty) data.

See Also