Dropbox .NET SDK

Class SharedFolderNestDetails

Changed parent of shared folder.

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

Constructors

View Source

SharedFolderNestDetails(string, string, string, string)

Initializes a new instance of the SharedFolderNestDetails class.

Declaration
public SharedFolderNestDetails(string previousParentNsId = null, string newParentNsId = null, string previousNsPath = null, string newNsPath = null)
Parameters
Type Name Description
string previousParentNsId

Previous parent namespace ID.

string newParentNsId

New parent namespace ID.

string previousNsPath

Previous namespace path.

string newNsPath

New namespace path.

Properties

View Source

NewNsPath

New namespace path.

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

NewParentNsId

New parent namespace ID.

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

PreviousNsPath

Previous namespace path.

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

PreviousParentNsId

Previous parent namespace ID.

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