Click or drag to resize
WebFarmTaskManagerCanCreateTask Method
Returns true if the system is allowed to create task of specified type

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public static bool CanCreateTask(
	string taskType
)

Parameters

taskType
Type: SystemString
Task type

Return Value

Type: Boolean
See Also