IWorkflowAssignUser Method
|
Assigns the
Page this workflow holds to a specific
User.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid AssignUser(
IUser user,
string comment
)
Sub AssignUser (
user As IUser,
comment As String
)
void AssignUser(
IUser^ user,
String^ comment
)
abstract AssignUser :
user : IUser *
comment : string -> unit Parameters
- user IUser
- The user to whom to assign the Page.
- comment String
- The comments to store on this assignment action
Remarks
See Also