Indicates whether the collection is empty. This method may require a round trip to the server for unevaluated sets (such as IndependentObjectSet and RepositoryRowSet).

Namespace:  FileNet.Api.Collection
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Function IsEmpty As Boolean
C#
bool IsEmpty()
Visual C++
bool IsEmpty()
JavaScript
function isEmpty();

Return Value

True if the collection has no elements; otherwise, returns False.

ToggleSee Also