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 SourceSharedFolderNestDetails(String, String, String, String)
Initializes a new instance of the Shared
Declaration
public SharedFolderNestDetails(string previousParentNsId = null, string newParentNsId = null, string previousNsPath = null, string newNsPath = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
previousParentNsId | Previous parent namespace ID. |
System. |
newParentNsId | New parent namespace ID. |
System. |
previousNsPath | Previous namespace path. |
System. |
newNsPath | New namespace path. |
Properties
| Improve this Doc View SourceNewNsPath
New namespace path.
Declaration
public string NewNsPath { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
NewParentNsId
New parent namespace ID.
Declaration
public string NewParentNsId { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
PreviousNsPath
Previous namespace path.
Declaration
public string PreviousNsPath { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
PreviousParentNsId
Previous parent namespace ID.
Declaration
public string PreviousParentNsId { get; protected set; }
Property Value
Type | Description |
---|---|
System. |