Dropbox .NET SDK

Class DashRenamedStackDetails

Renamed a stack.

Inheritance
object
DashRenamedStackDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashRenamedStackDetails

Constructors

View Source

DashRenamedStackDetails(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 Source

NewName

The new name of the stack.

Declaration
public string NewName { get; protected set; }
Property Value
Type Description
string
View Source

OldName

The old name of the stack.

Declaration
public string OldName { get; protected set; }
Property Value
Type Description
string
View Source

StackType

The type of stack backend.

Declaration
public DashStackType StackType { get; protected set; }
Property Value
Type Description
DashStackType
  • View Source
In this article
Back to top Dropbox .NET SDK