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.3.623.2
Syntaxpublic bool Exists { get; }
Public ReadOnly Property Exists As Boolean
Get
public:
property bool Exists {
bool get ();
}
Property Value
Type:
Boolean
See Also