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
Wiki Markup
{description}
{excerpt}Removes the specified [Group|Group] object from the collection.{excerpt}
{signature:C#}
 public void Remove(Group group)
{signature}{signature:vb.net}
Public Sub Remove(ByVal group As Group)
{signature}
{parameters}
{param:group}The {{Group}} object to remove.{param}
{exceptions}
{exception:ArgumentNullException}
Calling {{Groups.Remove(null)}} will throw an ArgumentNullException.
{exception}