Click or drag to resize

TemplateResources Interface

This interface provides methods to access Template 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 TemplateResources

The TemplateResources type exposes the following members.

Methods
  NameDescription
Public methodListPublicTemplates

Gets the list of public Templates to which the user has access.

Remarks
This operation supports pagination of results. For more information, see Paging.

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

Public methodListUserCreatedTemplates

Gets the list of user-created Templates to which the user has access.

Remarks
This operation supports pagination of results. For more information, see Paging.

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

Top
See Also