IPublishingManagerAddSearchFieldGlobalException Method Ingeniux CMS Content Store API

Adds a new InSite Search Field Exception that applies to all page types.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ISearchFieldException AddSearchFieldGlobalException(
	string fieldName,
	bool include,
	decimal boost
)

Parameters

fieldName
Type: SystemString
Name of the Element or Attribute for the Field Exception
include
Type: SystemBoolean
Whether this field will be included in, or excluded from, search indexing
boost
Type: SystemDecimal
Boost value for indexing, when this field is included in search indexing

Return Value

Type: ISearchFieldException
Newly created InSite Search Field Exception that applies to all page types.

Return Value

Type: ISearchFieldException
Newly created InSite Search Field Exception that applies to all page types.
See Also

Reference