IMetadataStructureCacheGetPropertyDefAdmin Method |
Gets the full (admin) property definition from the metadata structure cache.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
SyntaxPropertyDefAdmin GetPropertyDefAdmin(
Vault vault,
int propertyDefId
)
Function GetPropertyDefAdmin (
vault As Vault,
propertyDefId As Integer
) As PropertyDefAdmin
PropertyDefAdmin^ GetPropertyDefAdmin(
Vault^ vault,
int propertyDefId
)
Parameters
- vault
- Type: Vault
The vault object. Reserved for future implementation to rebuild the cache if found not up-to-date. - propertyDefId
- Type: SystemInt32
The property definition ID.
Return Value
Type:
PropertyDefAdminThe property definition data struct (full admin struct).
See Also