[This is preliminary documentation and is subject to change.]
Adds a new event in the database that corresponds to this object
Namespace:
OfficeClip.DBLayer.ServiceAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public OCMap AddNewDb( OCEvent oce, int groupId, int userId, TimeZoneInfo userTz ) |
| Visual Basic (Declaration) |
|---|
Public Function AddNewDb ( _ oce As OCEvent, _ groupId As Integer, _ userId As Integer, _ userTz As TimeZoneInfo _ ) As OCMap |
| Visual C++ |
|---|
public: OCMap^ AddNewDb( OCEvent^ oce, int groupId, int userId, TimeZoneInfo^ userTz ) |
Parameters
- oce
- Type: OfficeClip.BusinessLayer.Service..::.OCEvent
The role to be added to the database
- groupId
- Type: System..::.Int32
The unique id of the organization
- userId
- Type: System..::.Int32
The unique id of the user
- userTz
- Type: OfficeClip.Utils..::.TimeZoneInfo
The user timezone
