Click or drag to resize

HomeResources Interface

This interface provides methods to access Home resources.

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 HomeResources

The HomeResources type exposes the following members.

Properties
  NameDescription
Public propertyFolderResources

Returns the HomeFolderResources object that provides access to folder resources under home.

Top
Methods
  NameDescription
Public methodGetHome(IEnumerableHomeInclusion)

Gets a nested list of all Home objects, including folders, reports, sheets, templates, and workspaces as shown on the Home tab.

Mirrors to the following Smartsheet REST API method: GET /home

Public methodGetHome(IEnumerableHomeInclusion, IEnumerableHomeExclusion)

Gets a nested list of all Home objects, including folders, reports, sheets, templates, and workspaces as shown on the Home tab.

Mirrors to the following Smartsheet REST API method: GET /home

Top
See Also