MetadataStructureCacheGetPropertyDefAdmin Method
Gets the full (admin) property definition from the metadata structure cache.
Namespace: MFiles.VAF.MetadataCacheAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public virtual PropertyDefAdmin GetPropertyDefAdmin(
Vault vault,
int propertyDefId
)
- vault Vault
- The vault object. Reserved for future implementation to rebuild the cache if found not up-to-date.
- propertyDefId Int32
- The property definition ID.
PropertyDefAdminThe property definition data struct.
IMetadataStructureCacheGetPropertyDefAdmin(Vault, Int32)