IAnnotationServiceReplyAnnotation(Guid, AnnotationCreationOptions, Task) 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,
	AnnotationCreationOptions options,
	out Task notificationTask
)

Parameters

parentAnnotationId  Guid
The parent annotation ID.
options  AnnotationCreationOptions
The annotation creation options.
notificationTask  Task
The notification task for the notifications triggered by the reply annotation.

Return Value

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