SightResources Methods | ![]() |
The SightResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopySight | Creates a copy of the specified Sight. It mirrors to the following Smartsheet REST API method: |
![]() | DeleteSight | Delete a sight. It mirrors to the following Smartsheet REST API method: DELETE /sights/{sightId} |
![]() | GetPublishStatus | Get the publish status of a sight. It mirrors to the following Smartsheet REST API method: GET /sights/{id}/publish |
![]() | GetSight(Int64) | Get a specified Sight. It mirrors to the following Smartsheet REST API method: GET /sights/{sightId} |
![]() | GetSight(Int64, NullableInt32) | Get a specified Sight. It mirrors to the following Smartsheet REST API method: GET /sights/{sightId} |
![]() | GetSight(Int64, IEnumerableSightInclusion, NullableInt32) | Get a specified Sight. It mirrors to the following Smartsheet REST API method: GET /sights/{sightId} |
![]() | ListSights | Gets the list of all Sights that the User has access to. It mirrors to the following Smartsheet REST API method: GET /sights |
![]() | MoveSight | Moves the specified Sight to a new location. It mirrors to the following Smartsheet REST API method: |
![]() | SetPublishStatus | 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 |
![]() | UpdateSight | 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} |