Click or drag to resize

SheetCreateSheetFromTemplateBuilder Constructor

Sets the required propeties for creating a Sheet from a Sheet or Template.

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 CreateSheetFromTemplateBuilder(
	string name,
	Nullable<long> fromId
)

Parameters

name
Type: SystemString
the name of the Sheet, need not be unique
fromId
Type: SystemNullableInt64
the ID of the Sheet or Template from which to create the Sheet
See Also