Description:

Verifies a group is deleted.

Syntax:
public bool IsDeleted(
int groupIndex
)
Parameters:
  • groupIndex
  • Type: int
  • The index of the group.
Returns:
Type: bool
True if the group is deleted, False otherwise.

Nothing found