Class Notepad
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Notepad")]
public class Notepad : IWebObject, IPlugin
Constructors
Notepad()
Declaration
Methods
DeleteNote(Int32, String)
Declaration
public string DeleteNote(int id, string entity)
Parameters
Returns
GetNoteBook(String)
Declaration
public object GetNoteBook(string id)
Parameters
| Type |
Name |
Description |
| String |
id |
|
Returns
GetNotePadEditor(Int32, String)
Declaration
public string GetNotePadEditor(int id, string entity)
Parameters
Returns
SaveNote(Int32, String, String, String)
Declaration
public string SaveNote(int id, string entity, string noteText, string date)
Parameters
Returns
SaveNoteBook(String[])
Declaration
public void SaveNoteBook(string[] notes)
Parameters
| Type |
Name |
Description |
| String[] |
notes |
|
Implements
SuperOffice.Factory.IPlugin