ExtensionMethodsResolveItem Method (Vault, Object) |
Resolves the object/valuelist item id for the passed reference
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static ObjID ResolveItem(
this Vault vault,
Object reference
)
<ExtensionAttribute>
Public Shared Function ResolveItem (
vault As Vault,
reference As Object
) As ObjID
public:
[ExtensionAttribute]
static ObjID^ ResolveItem(
Vault^ vault,
Object^ reference
)
Parameters
- vault
- Type: Vault
Vault to resolve the reference for. - reference
- Type: SystemObject
The reference to resolve.
Return Value
Type:
ObjIDThe objID for the reference.>
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Vault. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also