M-Files Vault Application Framework
C#
Show/Hide TOC
Metadata
Structure
Cache
Get
Property
Def
Id
By
Alias Method
Fetches the property def id from the cache. Populates the cache if necessary.
Definition
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
int
GetPropertyDefIdByAlias
(
Vault
vault
,
string
alias
)
Parameters
vault
Vault
The vault object.
alias
String
The alias as string.
Return Value
Int32
The property def id for the alias.
Implements
IMetadataStructureCache
GetPropertyDefIdByAlias(Vault, String)
See Also
Reference
MetadataStructureCache Class
MFiles.VAF.MetadataCache Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also