IMetadataStructureCacheGetPropertyDefIdByAlias Method |
Fetches the property def 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 GetPropertyDefIdByAlias(
Vault vault,
string alias
)
Function GetPropertyDefIdByAlias (
vault As Vault,
alias As String
) As Integer
int GetPropertyDefIdByAlias(
Vault^ vault,
String^ alias
)
Parameters
- vault
- Type: Vault
The vault object. - alias
- Type: SystemString
The alias as string.
Return Value
Type:
Int32The property def id for the alias.
See Also