M-Files API 23.11.13135.0
GetBuiltInPropertyDef Method
VaultPropertyDefOperations Object : GetBuiltInPropertyDef Method
Specifies the built-in property definition.
Description
Gets the specified built-in property definition from the vault.
Syntax
Visual Basic
Public Function GetBuiltInPropertyDef( _
   ByVal PropertyDefType As MFBuiltInPropertyDef _
) As PropertyDef
Parameters
PropertyDefType
ValueDescription
MFBuiltInPropertyDefAccessedByMeThe last time the object was accessed by the current user.
MFBuiltInPropertyDefACLChangedThe date and time of the last change to the ACL of the object version.
MFBuiltInPropertyDefAdditionalClassesA list of additional classes for the object.
MFBuiltInPropertyDefAssignedToA list of users to whom the object version is assigned.
MFBuiltInPropertyDefAssignmentDescriptionThe assignment description for the current object version assignment.
MFBuiltInPropertyDefClassThe class of the object.
MFBuiltInPropertyDefClassGroupsThe class group of the object.
MFBuiltInPropertyDefCollectionMemberCollectionsA list of document collections belonging to the document collection.
MFBuiltInPropertyDefCollectionMemberDocumentsA list of documents belonging to the document collection.
MFBuiltInPropertyDefCommentComment text for the object version. Same as MFBuiltInPropertyDefVersionComment.
MFBuiltInPropertyDefCompletedSpecifies whether or not the assignment has been completed.
MFBuiltInPropertyDefCompletedByA list of users who have completed the current assignment.
MFBuiltInPropertyDefConflictedVersionThe version where the conflict happened.
MFBuiltInPropertyDefConflictResolvedThe date and time a conflict was last resolved in favor of the object.
MFBuiltInPropertyDefCreatedThe creation date and time of an object.
MFBuiltInPropertyDefCreatedByIdentifies the user who created the object.
MFBuiltInPropertyDefCreatedFromExternalLocationThe external source from which the object was imported.
MFBuiltInPropertyDefDeadlineThe deadline date for the current object version assignment.
MFBuiltInPropertyDefDeletedThe deletion date and time of the object.
MFBuiltInPropertyDefDeletedByIdentifies the user who deleted the object.
MFBuiltInPropertyDefDeletionStatusChangedThe date and time of the last change to the deletion status of the object.
MFBuiltInPropertyDefEditAccessToUserGroupsList of users groups that have edit access to document.
MFBuiltInPropertyDefEditAccessToUsersList of users that have edit access to document.
MFBuiltInPropertyDefEmailConversationIDThe conversation ID of an email.
MFBuiltInPropertyDefFavoriteViewThe 'favorite views' where the object should be shown.
MFBuiltInPropertyDefIncompleteMetadataIncomplete metadata.
MFBuiltInPropertyDefInReplyToE-mail in-reply-to internet header value.
MFBuiltInPropertyDefInReplyToReferenceE-mail in-reply-to references between documents belonging to the same conversation.
MFBuiltInPropertyDefIsTemplateA Boolean property identifying whether the object is a template.
MFBuiltInPropertyDefKeywordsKeywords for the object. Not included in the sample vault.
MFBuiltInPropertyDefLastModifiedThe last modification date and time of an object.
MFBuiltInPropertyDefLastModifiedByIdentifies the user who performed the last modification for the object.
MFBuiltInPropertyDefLocationThe location in a repository.
MFBuiltInPropertyDefMarkedForArchivingA Boolean property identifying whether the object is marked for archiving.
MFBuiltInPropertyDefMessageIDE-mail message-id from internet headers.
MFBuiltInPropertyDefMonitoredByA list of users who are monitoring the current assignment.
MFBuiltInPropertyDefNameOrTitleThe name or title property definition.
MFBuiltInPropertyDefObjectChangedThe date and time of the last change to the object.
MFBuiltInPropertyDefObjectChangedForExportThe last time the object had either a versioning or non-versioning change for content exporting.
MFBuiltInPropertyDefObjectIDThis special value is used for referring to Object ID in ObjectTypeColumnMapping.TargetPropertyDef.
MFBuiltInPropertyDefObjectVersionChangedForExportThe last time the object version had a change for content exporting.
MFBuiltInPropertyDefOriginalPathThe location from which the object was imported to M-Files.
MFBuiltInPropertyDefOriginalPath2The location from which the object was imported to M-Files (continued).
MFBuiltInPropertyDefOriginalPath3The location from which the object was imported to M-Files (continued).
MFBuiltInPropertyDefReadAccessToUserGroupsList of user groups that have read access to document.
MFBuiltInPropertyDefReadAccessToUsersList of users that have read access to document.
MFBuiltInPropertyDefReferenceA list of referenced documents.
MFBuiltInPropertyDefRejectedByA list of users who have rejected the current assignment.
MFBuiltInPropertyDefReportPlacementReport placement.
MFBuiltInPropertyDefReportURLReport URL.
MFBuiltInPropertyDefRepositoryThe repository of an object.
MFBuiltInPropertyDefShareAsReadOnlyList of Share objects that will give read-only permissions.
MFBuiltInPropertyDefSharedFilesThe shared location paths of the object's shared files.
MFBuiltInPropertyDefSignatureManifestationSignature manifestation.
MFBuiltInPropertyDefSingleFileObjectA Boolean property identifying whether the object is a single-file object.
MFBuiltInPropertyDefSizeOnServerAllVersionsThe total size of all object versions.
MFBuiltInPropertyDefSizeOnServerThisVersionThe size of this object version.
MFBuiltInPropertyDefStateThe workflow state of the object.
MFBuiltInPropertyDefStateEnteredThe date when the object state was changed to the current state.
MFBuiltInPropertyDefStateTransitionThe workflow state transition of the object.
MFBuiltInPropertyDefStatusChangedThe date and time of the last status change of the object.
MFBuiltInPropertyDefTraditionalFolderA traditional folder containing this object version.
MFBuiltInPropertyDefVaultGUIDThe GUID of the vault that contains or contained the object to which the shortcut object refers to.
MFBuiltInPropertyDefVersionCommentComment text for the object version. Same as MFBuiltInPropertyDefComment.
MFBuiltInPropertyDefVersionCommentChangedThe date and time of the last change to the comment of the object version.
MFBuiltInPropertyDefVersionLabelThe version label for the object.
MFBuiltInPropertyDefVersionLabelChangedThe date and time of the last change to the version label of the object version.
MFBuiltInPropertyDefWorkflowThe workflow for the object.
MFBuiltInPropertyDefWorkflowAssignmentA property which indicates the assignment related to the workflow of the object.
Specifies the built-in property definition.
Return Type
The PropertDef object that contains information on the built-in property definition.
See Also

VaultPropertyDefOperations Object  | VaultPropertyDefOperations Members