IndexingSearchServices Class Ingeniux CMS Web Services API

Provides functionality related to full-text search for pages.
Inheritance Hierarchy

SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceIndexingSearchServices

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
public class IndexingSearchServices : CMSContentServiceBase

The IndexingSearchServices type exposes the following members.

Constructors

  NameDescription
Public methodIndexingSearchServices
Top
Methods

  NameDescription
Public methodGetSchemas
Retrieves the site schemas collection. This method will return schemas and their list of fields. It's purpose is to provide the schemas/fields listing for advance search selection.
Public methodSearch
Search in pages that match any of the given keywords, with given field name and schema name criterias
Top
See Also

Reference