Click or drag to resize

WidgetHyperlink Class

Represents the widget hyperlink object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsHyperlink
    Smartsheet.Api.ModelsWidgetHyperlink

Namespace:  Smartsheet.Api.Models
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 class WidgetHyperlink : Hyperlink

The WidgetHyperlink type exposes the following members.

Constructors
  NameDescription
Public methodWidgetHyperlink
Top
Properties
  NameDescription
Public propertyFolderId
If interactionType = SMARTSHEET_ITEM this is the folder to open
Public propertyInteractionType
Specifies what happens when a user clicks the widget.
Public propertyWorkspaceId
If interactionType = SMARTSHEET_ITEM this is the workspace to open
Top
See Also