Open this page in the API Guide

AnnotationReplyOptions Class

Options class for creating a reply to an Annotation.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.AnnotationReplyOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataContractAttribute]
public class AnnotationReplyOptions

The AnnotationReplyOptions type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationReplyOptions
Initializes a new instance of the AnnotationReplyOptions class.
Top
Properties
  NameDescription
Public propertyAnnotationText
Gets or sets the annotation text.
Public propertyIsPublic
Gets or sets a value indicating whether this instance is public.
Public propertyPrivileges
Gets the list of privileges for the annotation.
Top
See Also