ContainerDestinationNewName Property | |
Name of the newly created object (when creating a copy of a Sheet, Folder, or Workspace).
This attribute is not supported for "move" operations (i.e., a moved Sheet, Folder or Workspace retains its original name).
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 string NewName { get; set; }
Public Property NewName As String
Get
Set
public:
property String^ NewName {
String^ get ();
void set (String^ value);
}
member NewName : string with get, set
Property Value
Type:
StringSee Also