• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class SharedFolderNestDetails

Changed parent of shared folder.

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

Constructors

| Improve this Doc 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
System.String previousParentNsId

Previous parent namespace ID.

System.String newParentNsId

New parent namespace ID.

System.String previousNsPath

Previous namespace path.

System.String newNsPath

New namespace path.

Properties

| Improve this Doc View Source

NewNsPath

New namespace path.

Declaration
public string NewNsPath { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NewParentNsId

New parent namespace ID.

Declaration
public string NewParentNsId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PreviousNsPath

Previous namespace path.

Declaration
public string PreviousNsPath { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PreviousParentNsId

Previous parent namespace ID.

Declaration
public string PreviousParentNsId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedFolderNestDetails(String, String, String, String)
  • Properties
    • NewNsPath
    • NewParentNsId
    • PreviousNsPath
    • PreviousParentNsId
Back to top Generated by DocFX