Table of Contents

Class ReportPublish

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll
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

string

ReadOnlyFullDefaultView

The read only full default view

public string ReadOnlyFullDefaultView { get; set; }

Property Value

string

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; }

Property Value

string