Click or drag to resize
DocumentCategorySearchIndexerIsTaskProcessingAllowed Method
Indicates if task processing is allowed for given task.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
protected override bool IsTaskProcessingAllowed(
	SearchTaskInfo sti
)

Parameters

sti
Type: CMS.SearchSearchTaskInfo
Search task to process.

Return Value

Type: Boolean
See Also