Package | Description |
---|---|
com.groupdocs.search.results |
The package provides search result classes.
|
Modifier and Type | Method and Description |
---|---|
protected static PathDeleteResult |
PathDeleteResult.create(boolean isSuccess,
String error,
String path) |
PathDeleteResult[] |
DeleteResult.getItemResults()
Returns the results of deleting each path.
|
Modifier and Type | Method and Description |
---|---|
protected static DeleteResult |
DeleteResult.create(PathDeleteResult[] itemResults,
int totalCount,
int failedCount,
String[] errors) |
Constructor and Description |
---|
DeleteResult(PathDeleteResult[] itemResults,
int totalCount,
int failedCount,
String[] errors)
Initializes a new instance of the
DeleteResult class. |