MFIdentifier Properties

Properties

Alias Alias string. Setting this will clear the resolved ID value.
Empty Is this MFIdentifier empty == unset value. Use IsEmpty.
Guid GUID if original string value was valid GUID, else empty string. AsOfNow the Alias will also return valid GUID, this might change in the future.
GUID Alias for the Guid member.
ID ID integer.
IsEmpty Indicates if the identifier is not set, or set to empty.
IsGuid Indicates if the set identifier is valid GUID format.
IsIDAvailable Indicates if there is a valid ID value available (even if it wasn't resolved). Returns true if the id has been resolved, or if the identifier was set with an id or ObjID and the id isn't considered unresolved (-1).
IsObjID Indicates if the identifier is valid ObjID format.
IsObjVer Indicates if the identifier is valid ObjVer format.
IsResolved Indicates if the set identifier is already resolved.
ObjID The ObjID of the item. Only relevant for ValueListItems and ObjIDs.
Resolved Is this identifier is resolved to valid ID. Use IsResolved.
ResolvedType The type which the identifier was resolved as. Null if the identifier is not resolved.
UnresolvedID Value of unresolved ID used as "error-value" (for this structure type).
UnsafeID Returns an ID value if available (even if it wasn't resolved). The ID is available if it has been resolved, or if the identifier was set with an id or ObjID and the id isn't considered unresolved (-1). It is unsafe because it hasn't necessary been resolved (verified to exist) in the current vault.
ValueList The value list related to the resolved id (if relevant)

See Also