M-Files Vault Application Framework
C#
Show/Hide TOC
Metadata
Structure
Cache
Get
Object
Type
Admin 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#
Copy
public
virtual
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.
Implements
IMetadataStructureCache
GetObjectTypeAdmin(Vault, Int32)
See Also
Reference
MetadataStructureCache Class
MFiles.VAF.MetadataCache Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also