Edit the note.
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public void Edit( string content, int x, int y, int w, int h ) |
Visual Basic (Declaration) |
---|
Public Sub Edit ( _ content As String, _ x As Integer, _ y As Integer, _ w As Integer, _ h As Integer _ ) |
Visual C++ |
---|
public: void Edit( String^ content, int x, int y, int w, int h ) |
Parameters
- content
- Type: System..::.String
The new note text. (Some HTML tags are accepted)
- x
- Type: System..::.Int32
The left coordinate of the note.
- y
- Type: System..::.Int32
The top coordinate of the note.
- w
- Type: System..::.Int32
The width of the note.
- h
- Type: System..::.Int32
The height of the note.
Remarks
This method encapsulates doc.notes.edit
This method requires "write" permission on docs.
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |
IpernityNET.IpernityObjects..::.ObjectNotConfiguredException | Throwed when an Ipernity object has not been configured. Use the method ConfigureIpernityObject(IpernityObject) to configure the object and allow it to interact with Ipernity |