Click or drag to resize

AssigneeConstraintsContainActivity Method

returns true if the constraint list contains the activity with the given id else returns false

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool ContainActivity(
	int activityId
)

Parameters

activityId
Type: SystemInt32
activity id

Return Value

Type: Boolean
true/false
See Also