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.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax 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:
ObjectSee Also