IPublishingManagerAddSearchFieldGlobalException Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISearchFieldException AddSearchFieldGlobalException(
string fieldName,
bool include,
decimal boost
)
Function AddSearchFieldGlobalException (
fieldName As String,
include As Boolean,
boost As Decimal
) As ISearchFieldException
ISearchFieldException^ AddSearchFieldGlobalException(
String^ fieldName,
bool include,
Decimal boost
)
abstract AddSearchFieldGlobalException :
fieldName : string *
include : bool *
boost : decimal -> ISearchFieldException
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:
ISearchFieldExceptionNewly created InSite Search
Field Exception that applies to all page types.
Return Value
Type:
ISearchFieldExceptionNewly created InSite Search
Field Exception that applies to all page types.
See Also