Click or drag to resize

Assignee Constructor (Int32, String, Boolean, IEnumerableInt32)

Use this constructor if the assignee is a group (and not a user).

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Assignee(
	int groupId,
	string groupName,
	bool personalGroup,
	IEnumerable<int> memberIds
)

Parameters

groupId
Type: SystemInt32
groupName
Type: SystemString
personalGroup
Type: SystemBoolean
memberIds
Type: System.Collections.GenericIEnumerableInt32
See Also