IMetadataStructureCacheGetObjectTypeAdmin Method

Gets the full (admin) object type from the metadata structure cache.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
ObjTypeAdmin GetObjectTypeAdmin(
	Vault vault,
	int objTypeId
)

Parameters

vault  Vault
The vault object. Reserved for future implementation to rebuild the cache if found not up-to-date.
objTypeId  Int32
The object type id.

Return Value

ObjTypeAdmin
The object type data struct (full admin struct).

See Also