AnnotationReplyOptions Class

Options class for creating a reply to an Annotation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAnnotationReplyOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.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