Class LibraryIndexingSuccess
Represents success or failure of the indexing of a document.
Inheritance
System.Object
LibraryIndexingSuccess
Namespace: PSPDFKitFoundation.Search
Assembly: PSPDFKitFoundation.dll
Syntax
public sealed class LibraryIndexingSuccess
Constructors
LibraryIndexingSuccess(String, Boolean)
Construct the indexing success object.
Declaration
public LibraryIndexingSuccess(string uid, bool success)
Parameters
Type | Name | Description |
---|---|---|
System.String | uid | The UID of the indexing operation. |
System.Boolean | success | True if successful. |
Properties
Success
Whether it indexed successfully or not.
Declaration
public bool Success { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Uid
Uid of the document.
Declaration
public string Uid { get; }
Property Value
Type | Description |
---|---|
System.String |