[This is preliminary documentation and is subject to change.]
Deletes a particular group identified by GroupId.
Namespace:
OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int RemoveGroup( int groupId ) |
Visual Basic (Declaration) |
---|
Public Function RemoveGroup ( _ groupId As Integer _ ) As Integer |
Visual C++ |
---|
public: int RemoveGroup( int groupId ) |
Parameters
- groupId
- Type: System..::.Int32
Id of the group to be deleted.
Return Value
0 when successful, -1 in case of an error.
Remarks
This method also deletes the documents uploaded in the document
management application for this particular group and the documents
attached to this group's objects from other OfficeClip applications.