Class SharedFolderNestDetails
Changed parent of shared folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderNestDetails
Constructors
View SourceSharedFolderNestDetails(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 SourceNewNsPath
New namespace path.
Declaration
public string NewNsPath { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
NewParentNsId
New parent namespace ID.
Declaration
public string NewParentNsId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousNsPath
Previous namespace path.
Declaration
public string PreviousNsPath { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousParentNsId
Previous parent namespace ID.
Declaration
public string PreviousParentNsId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |