IAnnotationServiceGetAnnotation Method

Gets the annotation by its ID.

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 GetAnnotation(
	Guid annotationId
)

Parameters

annotationId  Guid
The annotation ID.

Return Value

Annotation
The annotation.
Exceptions
ExceptionCondition
ArgumentExceptionannotationId is Empty.
NotFoundExceptionAn annotation with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have the Read privilege on the specified annotation.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also