[This is preliminary documentation and is subject to change.]
Constructor for the event information for the csv format taking event information as argument.
Namespace:
OfficeClip.BusinessLayer.SyncAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public OCCSVEventInfo( EventInfo ei ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ ei As EventInfo _ ) |
| Visual C++ |
|---|
public: OCCSVEventInfo( EventInfo^ ei ) |
Parameters
- ei
- Type: OfficeClip.BusinessLayer.Desktop..::.EventInfo
the event information.
