Class UserItem
Represents a user/group in feedback workflow
Inheritance
System.Object
UserItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.WorkflowFoundation.Workflows
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
public class UserItem
Constructors
UserItem(String, Boolean)
Initializes a new instance of the UserItem class.
Declaration
public UserItem(string userName, bool isRole)
Parameters
Type | Name | Description |
---|---|---|
System.String | userName | Name of the user. |
System.Boolean | isRole | if set to |
Properties
IsRole
Represent if it is a user or a group/role
Declaration
public bool IsRole { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserName
The name of the user or group
Declaration
public string UserName { get; }
Property Value
Type | Description |
---|---|
System.String |