Table of Contents

Class WidgetHyperlink

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the widget hyperlink object.

public class WidgetHyperlink : Hyperlink
Inheritance
WidgetHyperlink
Inherited Members

Properties

If interactionType = SMARTSHEET_ITEM this is the folder to open

public long? FolderId { get; set; }

Property Value

long?

the folder id

Specifies what happens when a user clicks the widget.

public string InteractionType { get; set; }

Property Value

string

the interaction type

If interactionType = SMARTSHEET_ITEM this is the workspace to open

public long? WorkspaceId { get; set; }

Property Value

long?

the workspace id

See Also