ObjVerExExists Property

Determines if the object exists in the vault (not deleted, destroyed, nor unresolvable). Tries to be more efficient and safe than calling IsDeleted and IsDestroyed separately.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool Exists { get; }

Property Value

Boolean

See Also