IWorkflowAssignUser Method Ingeniux CMS Content Store API

Assigns the Page this workflow holds to a specific User.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void AssignUser(
	IUser user,
	string comment
)

Parameters

user
Type: Ingeniux.CMSIUser
The user to whom to assign the Page.
comment
Type: SystemString
The comments to store on this assignment action
Remarks

The assigned user must be a member of CurrentGroup.
See Also

Reference