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