[This is preliminary documentation and is subject to change.]
Deletes the case from the database
Namespace:
OfficeClip.DBLayer.ServiceAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public OCMap DeleteDb( int projectId, ref OCTrackerCase octc, OCTrackerFields fields, ConfigureInfo session ) |
Visual Basic (Declaration) |
---|
Public Function DeleteDb ( _ projectId As Integer, _ ByRef octc As OCTrackerCase, _ fields As OCTrackerFields, _ session As ConfigureInfo _ ) As OCMap |
Visual C++ |
---|
public: OCMap^ DeleteDb( int projectId, OCTrackerCase^% octc, OCTrackerFields^ fields, ConfigureInfo^ session ) |
Parameters
- projectId
- Type: System..::.Int32
The id of the project
- octc
- Type: OfficeClip.BusinessLayer.Service..::.OCTrackerCase%
The OfficeClip tracker case object
- fields
- Type: OfficeClip.BusinessLayer.Service..::.OCTrackerFields
The list of all the fields
- session
- Type: OfficeClip.Utils..::.ConfigureInfo
The user session