Open this page in the API Guide

IAnnotationService.ReplyAnnotation Method (Guid, AnnotationCreationOptions)

Creates the reply annotation.

Namespace:  Dundas.BI.Data.Annotations
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
Annotation ReplyAnnotation(
	Guid parentAnnotationId,
	AnnotationCreationOptions options
)

Parameters

parentAnnotationId
Type: System.Guid
The parent annotation ID.
options
Type: Dundas.BI.Data.Annotations.AnnotationCreationOptions
The annotation creation options.

Return Value

Type: Annotation
The reply annotation.
Exceptions
ExceptionCondition
ArgumentExceptionparentAnnotationId is Empty.
ArgumentNullExceptionoptions is null.
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