Click or drag to resize

IWorkflowAssignUser Method


Assigns the Page this workflow holds to a specific User.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void AssignUser(
	IUser user,
	string comment
)

Parameters

user  IUser
The user to whom to assign the Page.
comment  String
The comments to store on this assignment action
Remarks
The assigned user must be a member of CurrentGroup.
See Also