Reply to a comment on a document.

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public string Reply(
	string content
)
Visual Basic (Declaration)
Public Function Reply ( _
	content As String _
) As String
Visual C++
public:
String^ Reply(
	String^ content
)

Parameters

content
Type: System..::.String
The text of the reply. (Some HTML tags are accepted)

Return Value

An URL to the comment

Remarks

This method encapsulates doc.comments.reply This method requires "write" permission on docs.

Exceptions

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error
IpernityNET.IpernityObjects..::.ObjectNotConfiguredExceptionThrowed when an Ipernity object has not been configured.

See Also