IAnnotationServiceReplyAnnotation Method (Guid, String) |
Creates the reply annotation.
Namespace:
Dundas.BI.Data.Annotations
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxAnnotation ReplyAnnotation(
Guid parentAnnotationId,
string replyText
)
Function ReplyAnnotation (
parentAnnotationId As Guid,
replyText As String
) As Annotation
Annotation^ ReplyAnnotation(
Guid parentAnnotationId,
String^ replyText
)
abstract ReplyAnnotation :
parentAnnotationId : Guid *
replyText : string -> Annotation
Parameters
- parentAnnotationId
- Type: SystemGuid
The parent annotation ID. - replyText
- Type: SystemString
The annotation text.
Return Value
Type:
AnnotationThe reply annotation.
Exceptions| Exception | Condition |
|---|
| ArgumentException | parentAnnotationId is Empty. |
| NotFoundException | The parent annotation does not exist. |
| NoPrivilegeException | The caller does not have the Read privilege on the parent annotation. -or- The caller does not have the Read privilege on the associated metric set. -or- The caller does not have the Execute privilege on the underlying analysis structure. -or- The caller does not have the Note privilege. |
| InvalidSessionException | The caller context is not associated with a valid session. |
Remarks
This method creates a reply annotation that is visible to everyone.
See Also