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.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic bool Exists { get; }
Property Value
Type:
Boolean
See Also