IPublishingManagerSearchSchemaExceptionsCount Method Ingeniux CMS Content Store API

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

Reference