| 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
Syntaxpublic bool ContainActivity(
int activityId
)
Parameters
- activityId
- Type: SystemInt32
activity id
Return Value
Type:
Booleantrue/false
See Also