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
FolderId
If interactionType = SMARTSHEET_ITEM this is the folder to open
public long? FolderId { get; set; }
Property Value
- long?
the folder id
InteractionType
Specifies what happens when a user clicks the widget.
public string InteractionType { get; set; }
Property Value
- string
the interaction type
WorkspaceId
If interactionType = SMARTSHEET_ITEM this is the workspace to open
public long? WorkspaceId { get; set; }
Property Value
- long?
the workspace id