Click or drag to resize
SearchDocumentParameters Class
Initialization parameters used to create new SearchDocument.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSearchDocumentParameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class SearchDocumentParameters

The SearchDocumentParameters type exposes the following members.

Constructors
  NameDescription
Public methodSearchDocumentParameters
Top
Properties
  NameDescription
Public propertyCreated
Document created
Public propertyCulture
Document culture
Public propertyId
ID value
Public propertyIndex
Index the documents belongs to. Null when document is not result of index search.
Public propertySiteName
Site name
Public propertyType
Type of document
Top
See Also