Click or drag to resize
ExtractionContext Class
Extraction context passed to the extract method.
Inheritance Hierarchy
SystemObject
  CMS.SearchExtractionContext

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public class ExtractionContext

The ExtractionContext type exposes the following members.

Constructors
  NameDescription
Public methodExtractionContext
Top
Properties
  NameDescription
Public propertyCulture
Culture of the document the extracted file belongs to. This information can be used to transform DateTimes and numbers to correct string representations. If null, EN culture is used.
Top
See Also