Click or drag to resize
TaskHelper Class
Task management methods.
Inheritance Hierarchy
SystemObject
  CMS.BaseTaskHelper

Namespace: CMS.Base
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 10.0.0
Syntax
C#
public static class TaskHelper

The TaskHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberTASK_TYPE_CATEGORY_CONTENT
Enum category in TaskTypeEnum to select content related task types.
Public fieldStatic memberTASK_TYPE_CATEGORY_DATA
Enum category in TaskTypeEnum to select general task types.
Public fieldStatic memberTASK_TYPE_CATEGORY_GENERAL
Enum category in TaskTypeEnum to select general task types.
Public fieldStatic memberTASK_TYPE_CATEGORY_OBJECTS
Enum category in TaskTypeEnum to select objects and data related task types.
Public fieldStatic memberTASK_TYPE_RESOURCE_STRING_PREFIX
Prefix for resource strings that localize TaskTypeEnum
Top
Methods
  NameDescription
Public methodStatic memberGetTaskTypeEnum
Returns the task type enumeration value.
Public methodStatic memberGetTaskTypeString
Returns the task type string.
Public methodStatic memberIsExcludedAsyncTask
Indicates if the task type shouldn't be processed asynchronously.
Top
See Also