FavoriteAddFavoriteBuilder Constructor | |
Sets the required propeties for createing a Favorite.
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 AddFavoriteBuilder(
Nullable<ObjectType> type,
Nullable<long> objectId
)
Public Sub New (
type As Nullable(Of ObjectType),
objectId As Nullable(Of Long)
)
public:
AddFavoriteBuilder(
Nullable<ObjectType> type,
Nullable<long long> objectId
)
new :
type : Nullable<ObjectType> *
objectId : Nullable<int64> -> AddFavoriteBuilder
Parameters
- type
- Type: SystemNullableObjectType
the object type - objectId
- Type: SystemNullableInt64
ID of the favorited item. If type is "template", only private sheet-type template ID is allowed.
See Also