FolderUpdateFolderBuilder Constructor | |
Sets the required fields for updating a folder.
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 UpdateFolderBuilder(
Nullable<long> id,
string name
)
Public Sub New (
id As Nullable(Of Long),
name As String
)
public:
UpdateFolderBuilder(
Nullable<long long> id,
String^ name
)
new :
id : Nullable<int64> *
name : string -> UpdateFolderBuilder
Parameters
- id
- Type: SystemNullableInt64
the Id of the folder to update - name
- Type: SystemString
the name of the folder, need not be unique
See Also