Click or drag to resize
TaskInfoProviderGetTaskInfoInternal Method (String, Int32)
Returns the TaskInfo structure for the specified task.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
protected virtual TaskInfo GetTaskInfoInternal(
	string taskName,
	int siteId
)

Parameters

taskName
Type: SystemString
Task name
siteId
Type: SystemInt32
Site ID

Return Value

Type: TaskInfo
See Also