Click or drag to resize

SheetSummaryResources Interface

This interface provides methods to access sheet summary resources that are associated to a sheet object. Thread Safety: Implementation of this interface must be thread safe.

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public interface SheetSummaryResources

The SheetSummaryResources type exposes the following members.

Methods
  NameDescription
Public methodAddSheetSummaryFieldImage

Adds an image to the sheet summary field.

Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/summary/fields/{fieldId}/images

Public methodAddSheetSummaryFields

Insert fields into a sheet summary

It mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/summary/fields

Public methodAddSheetSummaryFieldsAllowPartialSuccess

Insert fields into a sheet summary

It mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/summary/fields

Public methodDeleteSheetSummaryFields

Delete fields in a sheet summary.

It mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/summary/fields

Public methodGetSheetSummary

Gets the sheet summary

It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/summary

Public methodGetSheetSummaryFields

Gets the sheet summary fields

It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/summary/fields

Public methodUpdateSheetSummaryFields

Update fields in the sheet summary

It mirrors to the following Smartsheet REST API method: PUT /sheets/{sheetId}/summary/fields

Public methodUpdateSheetSummaryFieldsAllowPartialSuccess

Update fields in the sheet summary

It mirrors to the following Smartsheet REST API method: PUT /sheets/{sheetId}/summary/fields

Top
See Also