IMetadataStructureCacheGetUserIdByGuid Method |
Gets the user id by guid.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxint GetUserIdByGuid(
Vault vault,
string guid
)
Function GetUserIdByGuid (
vault As Vault,
guid As String
) As Integer
int GetUserIdByGuid(
Vault^ vault,
String^ guid
)
Parameters
- vault
- Type: Vault
The vault object. - guid
- Type: SystemString
The user GUID as string in '{00000000-0000-0000-0000-000000000000}' format.
Return Value
Type:
Int32The user id.
See Also