Indicates whether any of the batch items have an associated exception
as a result of the batch retrieval operation.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function HasExceptions As Boolean |
| C# |
|---|
public virtual bool HasExceptions() |
| Visual C++ |
|---|
public: virtual bool HasExceptions() |
| JavaScript |
|---|
function hasExceptions(); |