Class DashRenamedStackDetails
Renamed a stack.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashRenamedStackDetails
Constructors
View SourceDashRenamedStackDetails(string, string, DashStackType)
Initializes a new instance of the DashRenamedStackDetails class.
Declaration
public DashRenamedStackDetails(string oldName, string newName, DashStackType stackType = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | oldName | The old name of the stack. |
| string | newName | The new name of the stack. |
| DashStackType | stackType | The type of stack backend. |
Properties
View SourceNewName
The new name of the stack.
Declaration
public string NewName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
OldName
The old name of the stack.
Declaration
public string OldName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
StackType
The type of stack backend.
Declaration
public DashStackType StackType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DashStackType |