[This is preliminary documentation and is subject to change.]
Deletes the users from the database
Namespace:
OfficeClip.DBLayer.ServiceAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public OCMap[] DeleteDb( int groupId, OCUsers ocus ) |
Visual Basic (Declaration) |
---|
Public Function DeleteDb ( _ groupId As Integer, _ ocus As OCUsers _ ) As OCMap() |
Visual C++ |
---|
public: array<OCMap^>^ DeleteDb( int groupId, OCUsers^ ocus ) |
Parameters
- groupId
- Type: System..::.Int32
The unique id of the group
- ocus
- Type: OfficeClip.BusinessLayer.Service..::.OCUsers
The service users object