Class WebContentWidgetContent
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the WebContentidgetContent object.
public class WebContentWidgetContent : IWidgetContent
- Inheritance
-
WebContentWidgetContent
- Implements
- Inherited Members
Properties
Url
Gets the URL for the webContent widget
public string Url { get; set; }
Property Value
- string
the url
WidgetType
Returns the type for this widget content object
public WidgetType WidgetType { get; }