ExtensionMethods Class

Convenience methods for Vault objects.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static class ExtensionMethods
Inheritance
Object    ExtensionMethods

Methods

ResolveID(Vault, Type, MFIdentifier) Resolves the id of a vault element by reference.
ResolveID(Vault, Type, Object) Resolves the id of a vault element by reference.
ResolveItem(Vault, MFIdentifier) Resolves the object/valuelist item id for the passed reference. Note: This method will return unsafe id's with type = -1, when the identifier cannot be resolved, but an unsafe id is available.
ResolveItem(Vault, Object) Resolves the object/valuelist item id for the passed reference

See Also