Click or drag to resize

AssigneeContainerRemove Method

Removes an assignee from the container. The id can be for either a user or group. If the id can't be found nothing happens.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void Remove(
	int assigneeId
)

Parameters

assigneeId
Type: SystemInt32
See Also