Indicates whether the collection is empty. This method may require a round trip to the server for unevaluated sets (such as
and
).
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
if the collection has no elements; otherwise, returns
.