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

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public static TaskInfo GetTaskInfo(
	string taskName,
	string siteName
)

Parameters

taskName
Type: SystemString
Task name
siteName
Type: SystemString
Site name

Return Value

Type: TaskInfo
See Also