ReplicationItemEventArgsSubmitUser Property
|
Gets the User that submitted the publish request, which drives the replication
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public IUser SubmitUser { get; }
Public ReadOnly Property SubmitUser As IUser
Get
public:
property IUser^ SubmitUser {
IUser^ get ();
}
member SubmitUser : IUser with get
Property Value
Type:
IUserSee Also