Role class

Parent Previous Next

The Role object represents a role in a process instance.


Namespace:

IYOPRO.Api

Assembly:

IYOPRO.Api (in IYOPRO.Api.dll)


Syntax

       class Role(string rolename)


Members

RoleUser AddUser(string account)

Add a user to the role by specifying the account

void RemoveUser(string account)

Remove a user from the role by specifying the account

string Name

Gets the name of the role

RoleMembers Members

Gets the members of the role