MetadataStructureCacheGetPropertyDefAdmin Method

Gets the full (admin) property definition from the metadata structure cache.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual PropertyDefAdmin GetPropertyDefAdmin(
	Vault vault,
	int propertyDefId
)

Parameters

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.

Return Value

PropertyDefAdmin
The property definition data struct.

Implements

IMetadataStructureCacheGetPropertyDefAdmin(Vault, Int32)

See Also