Class Invitation
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Invitation")]
public class Invitation : IWebObject, IPlugin
Constructors
Invitation()
Declaration
Methods
SetAlarm(Int32, Boolean, String)
Declaration
public void SetAlarm(int appointmentId, bool hasAlarm, string time)
Parameters
SetFree(Int32, Boolean)
Declaration
public void SetFree(int appointmentId, bool isFree)
Parameters
SetPriority(Int32, Int32)
Declaration
public void SetPriority(int appointmentId, int pri)
Parameters
| Type |
Name |
Description |
| Int32 |
appointmentId |
|
| Int32 |
pri |
|
Implements
SuperOffice.Factory.IPlugin