IAnnotationServiceDeleteAnnotation Method

Deletes the specified annotation.

Namespace:  Dundas.BI.Data.Annotations
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void DeleteAnnotation(
	Guid annotationId
)

Parameters

annotationId
Type: SystemGuid
The annotation ID.
Exceptions
ExceptionCondition
ArgumentExceptionannotationId is Empty.
NotFoundExceptionThe specified annotation was not found.
NoPrivilegeException The caller does not have the Delete privilege on the specified annotation.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks

If the annotation has any replies, they will not be deleted.

See Also