Click or drag to resize

ActivitiesGetByTemplateIdL Method

Searches for activities with the provided template ID. The search is linear and may be slow for large activity collections.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Activity GetByTemplateIdL(
	int templateId
)

Parameters

templateId
Type: SystemInt32

Return Value

Type: Activity
See Also