Click or drag to resize

IPublishingManagerSearchSchemaExceptionsCount Method


Retrieves the count of InSite Search Schema Exception entries for all or specific Publishing Targets.

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

Parameters

pubTarget (Optional)
Type: Ingeniux.CMSIPublishingTarget
The publishing target to retrieve the InSite Search Schema exceptions count for. Defaults to null to retrieve all search schema exceptions.

Return Value

Type: Int32
Count of InSite Search schema exceptions
See Also