Class Favorite
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents a Favorite object.
public class Favorite
- Inheritance
-
Favorite
- Inherited Members
Properties
ObjectId
ID of the favorited item. If type is "template", only private sheet-type template ID is allowed.
public long? ObjectId { get; set; }
Property Value
- long?
Type
One of: workspace, folder, sheet, report, template, sight
public ObjectType? Type { get; set; }