MetadataStructureCacheGetObjectTypeAdmin Method |
Gets the full (admin) object type from the metadata structure cache.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual ObjTypeAdmin GetObjectTypeAdmin(
Vault vault,
int objTypeId
)
Public Overridable Function GetObjectTypeAdmin (
vault As Vault,
objTypeId As Integer
) As ObjTypeAdmin
public:
virtual ObjTypeAdmin^ GetObjectTypeAdmin(
Vault^ vault,
int objTypeId
)
Parameters
- vault
- Type: Vault
The vault object. Reserved for future implementation to rebuild the cache if found not up-to-date. - objTypeId
- Type: SystemInt32
The object type id.
Return Value
Type:
ObjTypeAdminThe object type data struct.
Implements
IMetadataStructureCacheGetObjectTypeAdmin(Vault, Int32)
See Also