Dropbox .NET SDK

Class TeamFolderRenameDetails

Renamed active/archived team folder.

Inheritance
object
TeamFolderRenameDetails
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 TeamFolderRenameDetails

Constructors

View Source

TeamFolderRenameDetails(string, string)

Initializes a new instance of the TeamFolderRenameDetails class.

Declaration
public TeamFolderRenameDetails(string previousFolderName, string newFolderName)
Parameters
Type Name Description
string previousFolderName

Previous folder name.

string newFolderName

New folder name.

Properties

View Source

NewFolderName

New folder name.

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

PreviousFolderName

Previous folder name.

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