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)

Syntax

Visual Basic (Declaration)
Function IsEmpty() As Boolean
C#
bool IsEmpty()
C++
bool IsEmpty() abstract 
J#
bool IsEmpty()
JScript
function IsEmpty() : bool

Return Value

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

See Also