Click or drag to resize

SmartsheetClient Interface

This interface is the entry point of the Smartsheet SDK, it provides convenient methods to get XXXResources instances for accessing different types of 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 SmartsheetClient

The SmartsheetClient type exposes the following members.

Properties
  NameDescription
Public propertyAccessToken
Set the access token to use.
Public propertyAssumedUser
Set the email of the user to assume
Public propertyChangeAgent
Set the change agent identifier
Public propertyContactResources

Returns the ContactResources instance that provides access to contact resources.

Public propertyEventResources

Returns the EventResources instance that provides access to event resources.

Public propertyFavoriteResources

Returns the FavoriteResources instance that provides access to favorite resources.

Public propertyFolderResources

Returns the FolderResources instance that provides access to Folder resources.

Public propertyGroupResources

Returns the GroupResources instance that provides access to group resources.

Public propertyHomeResources

Returns the HomeResources instance that provides access to Home resources.

Public propertyImageUrlResources

Returns the ImageUrlResources instance that provides access to image Url resources.

Public propertyMaxRetryTimeout
Sets the max retyr time if the HtppClient is an instance of DefaultHttpClient
Public propertyPassthroughResources

Returns the PassthroughResources instance that provides access to passthrough resources.

Public propertyReportResources

Returns the ReportResources instance that provides access to Report resources.

Public propertySearchResources

Returns the SearchResources instance that provides access to searching resources.

Public propertyServerInfoResources

Returns the ServerInfoResources instance that provides access to server information resources.

Public propertySheetResources

Returns the SheetResources instance that provides access to Sheet resources.

Public propertySightResources

Returns the SightResources instance that provides access to Sight resources.

Public propertyTemplateResources

Returns the TemplateResources instance that provides access to Template resources.

Public propertyTokenResources

Returns the TokenResources instance that provides access to token resources.

Public propertyUserAgent
Set the user agent header string
Public propertyUserResources

Returns the UserResources instance that provides access to User resources.

Public propertyWebhookResources

Returns the WebhookResources instance that provides access to webhook resources.

Public propertyWorkspaceResources

Returns the WorkspaceResources instance that provides access to Workspace resources.

Top
See Also