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.Synchronization.Web.UI
Assembly: CMS.Synchronization.Web.UI (in CMS.Synchronization.Web.UI.dll) Version: 11.0.0
Syntax
C#
public abstract string TaskTypeCategories { get; set; }

Property Value

Type: String
See Also