Skip to main content

DMObjectUserInfo

The DMObjectUserInfo class represents user information associated with document management object operations.

This class encapsulates user information for creation, modification, and deletion operations on a document management object.

Properties

NameDescription
DeletedByGets the user information of who deleted the document management object.
ModifiedByGets the user information of who last modified the document management object.
CreatedByGets the user information of who created the document management object.

Constructors

NameDescription
DMObjectUserInfo(createdBy, modifiedBy, deletedBy)Initializes a new instance of the DMObjectUserInfo class with the specified user information.