M-Files API 23.11.13135.0
GetBuiltInObjectType Method
VaultObjectTypeOperations Object : GetBuiltInObjectType Method
Specifies the built-in object type.
Description
Gets an object type representing a built-in real object type.
Syntax
Visual Basic
Public Function GetBuiltInObjectType( _
   ByVal ObjectType As MFBuiltInObjectType _
) As ObjType
Parameters
ObjectType
ValueDescription
MFBuiltInObjectTypeAssignmentThe assignment object type.
MFBuiltInObjectTypeDocumentThe document object type.
MFBuiltInObjectTypeDocumentCollectionThe document collection type.
MFBuiltInObjectTypeDocumentOrDocumentCollectionA special value that refers to both the document and the document collection types. Can be used in e.g. search conditions.
MFBuiltInObjectTypeEmailThe email object type.
MFBuiltInObjectTypeEmailConversationThe email conversation object type.
MFBuiltInObjectTypeShareThe share object type.
Specifies the built-in object type.
Return Type
The ObjType object that contains information on the object type.
See Also

VaultObjectTypeOperations Object  | VaultObjectTypeOperations Members