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.6.492
Syntax
int SearchFieldGlobalExceptionsCount(
	IPublishingTarget pubTarget = null
)

Parameters

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

Return Value

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