Edit a comment on a document.
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
| C# |
|---|
public string Edit( string content ) |
| Visual Basic (Declaration) |
|---|
Public Function Edit ( _ content As String _ ) As String |
| Visual C++ |
|---|
public: String^ Edit( String^ content ) |
Parameters
- content
- Type: System..::.String
The new comment text. (Some HTML tags are accepted)
Return Value
A link to the comments
Remarks
This method encapsulates doc.comments.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. |