AnnotationService.replyAnnotation Method
Replies to an annotation.
Parameters
- parentAnnotationId
-
Type: String
The ID of the parent annotation to reply to.
- replyText
-
Type: String
The text of the reply.
- privileges
-
Type: Array
ElementType: PrivilegeAssignment
(Optional) The privileges that the annotation will have.
Optional: True
- isPublic
-
Type: Boolean
(optional) Whether or not this annotation is public. By default, it is not.
Optional: True
- privileges
-
Type: Array
ElementType: PrivilegeAssignment
(Optional) The privileges that the annotation will have.
Optional: True
Return Value
Type: jQuery.Promise
Value: dundas.data.Annotation
A promise object that is resolved when the call is complete.
If successful, a dundas.data.Annotation is returned.