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
Name | Description |
---|---|
DeletedBy | Gets the user information of who deleted the document management object. |
ModifiedBy | Gets the user information of who last modified the document management object. |
CreatedBy | Gets the user information of who created the document management object. |
Constructors
Name | Description |
---|---|
DMObjectUserInfo(createdBy, modifiedBy, deletedBy) | Initializes a new instance of the DMObjectUserInfo class with the specified user information. |