Returns true if this GwxDynamicGroup is no longer needed (contains no dynamics and no strings that need to be requested as tags).

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsEmpty()
Visual Basic
Public Function IsEmpty As Boolean
JScript
public function IsEmpty() : boolean

Return Value

True if this dynamic group is no longer needed, false otherwise.

See Also