TaskHelper Class |
Namespace: CMS.Base
public static class TaskHelper
The TaskHelper type exposes the following members.
Name | Description | |
---|---|---|
TASK_TYPE_CATEGORY_CONTENT |
Enum category in TaskTypeEnum to select content related task types.
| |
TASK_TYPE_CATEGORY_DATA |
Enum category in TaskTypeEnum to select general task types.
| |
TASK_TYPE_CATEGORY_GENERAL |
Enum category in TaskTypeEnum to select general task types.
| |
TASK_TYPE_CATEGORY_OBJECTS |
Enum category in TaskTypeEnum to select objects and data related task types.
| |
TASK_TYPE_RESOURCE_STRING_PREFIX |
Prefix for resource strings that localize TaskTypeEnum
|
Name | Description | |
---|---|---|
GetTaskTypeEnum |
Returns the task type enumeration value.
| |
GetTaskTypeString |
Returns the task type string.
| |
IsExcludedAsyncTask |
Indicates if the task type shouldn't be processed asynchronously.
|