IPublishingManagerSearchFieldGlobalExceptionsCount Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference