Click or drag to resize

IPublishingManagerAddSearchFieldGlobalException Method


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: 10.6.492
Syntax
ISearchFieldException AddSearchFieldGlobalException(
	string fieldName,
	bool include,
	decimal boost
)

Parameters

fieldName  String
Name of the Element or Attribute for the Field Exception
include  Boolean
Whether this field will be included in, or excluded from, search indexing
boost  Decimal
Boost value for indexing, when this field is included in search indexing

Return Value

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