Click or drag to resize

SightResources Interface

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 SightResources

The SightResources type exposes the following members.

Properties
  NameDescription
Public propertyShareResources

Returns the ShareResources object that provides access to Share resources associated with Sight resources.

Top
Methods
  NameDescription
Public methodCopySight

Creates a copy of the specified Sight.

It mirrors to the following Smartsheet REST API method:
POST /sights/{sightId}/copy

Public methodDeleteSight

Delete a sight.

It mirrors to the following Smartsheet REST API method: DELETE /sights/{sightId}

Public methodGetPublishStatus

Get the publish status of a sight.

It mirrors to the following Smartsheet REST API method: GET /sights/{id}/publish

Public methodGetSight(Int64)

Get a specified Sight.

It mirrors to the following Smartsheet REST API method: GET /sights/{sightId}

Public methodGetSight(Int64, NullableInt32)

Get a specified Sight.

It mirrors to the following Smartsheet REST API method: GET /sights/{sightId}

Public methodGetSight(Int64, IEnumerableSightInclusion, NullableInt32)

Get a specified Sight.

It mirrors to the following Smartsheet REST API method: GET /sights/{sightId}

Public methodListSights

Gets the list of all Sights that the User has access to.

It mirrors to the following Smartsheet REST API method: GET /sights

Public methodMoveSight

Moves the specified Sight to a new location.

It mirrors to the following Smartsheet REST API method:
POST /sights/{sightId}/move

Public methodSetPublishStatus

Sets the publish status of a sight and returns the new status, including the URLs of any enabled publishing.

It mirrors to the following Smartsheet REST API method: PUT /sights/{id}/publish

Public methodUpdateSight

Updates (renames) the specified Sight.

The request body is limited to the name attribute.

It mirrors to the following Smartsheet REST API method: PUT /sights/{sightId}

Top
See Also