Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Removes the specified Group object from the collection.

Signature
C#
C#
 public void Remove(Group group)
Signature
vb.net
vb.net
Public Sub Remove(ByVal group As Group)
Parameters
Param
group
group

The Group object to remove.

Exceptions
Exception
ArgumentNullException
ArgumentNullException

Calling Groups.Remove(null) will throw an ArgumentNullException.