Open this page in the API Guide

AnnotationCreationOptions.IsPublic Property

Gets or sets a value indicating whether the annotation is visible to everyone. If set to true, 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.

Namespace:  Dundas.BI.Data.Annotations
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool IsPublic { get; set; }

Property Value

Type: Boolean
See Also