[This is preliminary documentation and is subject to change.]

Deletes all Extranet users for a particular group and reassigns all their data to the group administrator

Namespace:  OfficeClip.DBLayer.Extranet
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void DeleteAllExtranetUser(
	int groupId
)
Visual Basic (Declaration)
Public Sub DeleteAllExtranetUser ( _
	groupId As Integer _
)
Visual C++
public:
void DeleteAllExtranetUser(
	int groupId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group

See Also