IAnnotationServiceReplyAnnotation(Guid, String) Method

Creates the reply annotation.

Namespace: Dundas.BI.Data.Annotations
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Annotation ReplyAnnotation(
	Guid parentAnnotationId,
	string replyText
)

Parameters

parentAnnotationId  Guid
The parent annotation ID.
replyText  String
The annotation text.

Return Value

Annotation
The reply annotation.
Exceptions
ExceptionCondition
ArgumentExceptionparentAnnotationId is Empty.
NotFoundExceptionThe 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.

InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
This method creates a reply annotation that is visible to everyone.
See Also