Click or drag to resize
StagingTasksFilterBaseTaskTypeCategories Property
Decides what kind of task types will be in filter. Depends on EnumCategoryAttribute in TaskTypeEnum. If empty all task types are selected.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public abstract string TaskTypeCategories { get; set; }

Property Value

Type: String
See Also