IPublishingManagerSearchSchemaExceptions Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<ISearchSchemaException> SearchSchemaExceptions(
out int count,
IPublishingTarget pubTarget = null,
int pageSize = -1,
int startIndex = -1
)
Function SearchSchemaExceptions (
<OutAttribute> ByRef count As Integer,
Optional pubTarget As IPublishingTarget = Nothing,
Optional pageSize As Integer = -1,
Optional startIndex As Integer = -1
) As IEnumerable(Of ISearchSchemaException)
IEnumerable<ISearchSchemaException^>^ SearchSchemaExceptions(
[OutAttribute] int% count,
IPublishingTarget^ pubTarget = nullptr,
int pageSize = -1,
int startIndex = -1
)
abstract SearchSchemaExceptions :
count : int byref *
?pubTarget : IPublishingTarget *
?pageSize : int *
?startIndex : int
(* Defaults:
let _pubTarget = defaultArg pubTarget null
let _pageSize = defaultArg pageSize -1
let _startIndex = defaultArg startIndex -1
*)
-> IEnumerable<ISearchSchemaException> Parameters
- count Int32
- Total count of entries
- pubTarget IPublishingTarget (Optional)
- Publishing targets associated with the exceptions. When null, returns all exception entries.
- pageSize Int32 (Optional)
- Number of entries to return. If not provided, returns all entries.
- startIndex Int32 (Optional)
- Starting index of entries. If not provided, starts from the first entry.
Return Value
IEnumerableISearchSchemaExceptionCollection on InSite Search schema exception entries.
See Also