Smartsheet.Api.Internal.TemplateResourcesImpl.ListUserCreatedTemplates C# (CSharp) Method

ListUserCreatedTemplates() public method

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

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

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

if any argument is null or empty string if there is any problem with the REST API request if there is any problem with the REST API authorization (access token) if the resource cannot be found if the REST API service is not available (possibly due To rate limiting) if there is any other error during the operation
public ListUserCreatedTemplates ( PaginationParameters paging ) : PaginatedResult