IMetadataStructureCacheGetObjectTypeIdByAlias Method |
Fetches the object type id from the cache. Populates the cache if necessary.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxint GetObjectTypeIdByAlias(
Vault vault,
string alias
)
Function GetObjectTypeIdByAlias (
vault As Vault,
alias As String
) As Integer
int GetObjectTypeIdByAlias(
Vault^ vault,
String^ alias
)
Parameters
- vault
- Type: Vault
The vault object. - alias
- Type: SystemString
The alias as string.
Return Value
Type:
Int32The object type id for the alias.
See Also