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 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 SourceNewNsPath
New namespace path.
Declaration
public string NewNsPath { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NewParentNsId
New parent namespace ID.
Declaration
public string NewParentNsId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousNsPath
Previous namespace path.
Declaration
public string PreviousNsPath { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousParentNsId
Previous parent namespace ID.
Declaration
public string PreviousParentNsId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |