Click or drag to resize
SearchMacroMethodsGetSupportedContentExtractors Method
Returns list of the extensions (separated by comma and space) for which there is a content extractor registered in the system.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static Object GetSupportedContentExtractors(
	EvaluationContext context,
	params Object[] parameters
)

Parameters

context
Type: CMS.MacroEngineEvaluationContext
Evaluation context with child resolver
parameters
Type: SystemObject
No parameters

Return Value

Type: Object
See Also