Class ReportPublish
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the Report Publish object (see http://smartsheet-platform.github.io/api-docs/?shell#reportpublish-object
public class ReportPublish
- Inheritance
-
ReportPublish
- Inherited Members
Properties
ReadOnlyFullAccessibleBy
if "ALL", it is available to anyone who has the link. if "ORG", it is available only to members of the report owner’s Smartsheet organization. Only returned in a response if readOnlyFullEnabled = true.
public string ReadOnlyFullAccessibleBy { get; set; }
Property Value
ReadOnlyFullDefaultView
The read only full default view
public string ReadOnlyFullDefaultView { get; set; }
Property Value
ReadOnlyFullEnabled
If true, a rich version of the report is published with the ability to download row attachments and discussions
public bool? ReadOnlyFullEnabled { get; set; }
Property Value
- bool?
ReadOnlyFullShowToolbar
The read only full show toolbar flag
public bool? ReadOnlyFullShowToolbar { get; set; }
Property Value
- bool?
ReadOnlyFullUrl
URL for 'Read-Only Full’ view of the published report. Only returned in a response if readOnlyFullEnabled = true.
public string ReadOnlyFullUrl { get; set; }