Click or drag to resize

IPublishingManagerSearchFieldGlobalExceptionsCount Method


Gets the count of InSite Search Field Exceptions that apply to all page types.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
int SearchFieldGlobalExceptionsCount(
	IPublishingTarget pubTarget = null
)

Parameters

pubTarget (Optional)
Type: Ingeniux.CMSIPublishingTarget
Publishing target that the field exceptions are associated with. When null, returns count of all field exceptions.

Return Value

Type: Int32
Count of InSite Search Field Exception that applies to all page types.
See Also