IPublishingManagerAddSearchFieldGlobalException Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISearchFieldException 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 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
ISearchFieldExceptionNewly created InSite Search
Field Exception that applies to all page types.
See Also