Skip to main content

DMObjectUserInfo Constructors

An object defining constructors for the DMObjectUserInfo class.

DMObjectUserInfo(createdBy, modifiedBy, deletedBy)

Initializes a new instance of the DMObjectUserInfo class with the specified user information.

Parameters:

createdBy (required): ClientUserInfo
The client user information for the user who created the object.

modifiedBy (required): ClientUserInfo
The client user information for the user who last modified the object.

deletedBy (required): ClientUserInfo
The client user information for the user who deleted the object.