AnnotationCreationOptions Class

Defines the annotation creation options.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Annotations
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class AnnotationCreationOptions

The AnnotationCreationOptions type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationCreationOptions
Initializes a new instance of the AnnotationCreationOptions class.
Top
Properties
  NameDescription
Public propertyAnnotationText
Gets or sets the annotation text.
Public propertyIsPublic
Gets or sets a value indicating whether the annotation is visible to everyone. If set to , the Everyone group will be granted the Read privilege to the annotation, otherwise only the user who created it will have access to the annotation. Ignored if any privileges are passed in Privileges parameter.
Public propertyPrivileges
Gets the privileges.
Top
See Also