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

Parameters

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

Return Value

Int32
Count of InSite Search schema exceptions
See Also