Class SharedFolderCreateDetails
Created shared folder.
Inheritance
System.Object
SharedFolderCreateDetails
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 SharedFolderCreateDetails
Constructors
| Improve this Doc View SourceSharedFolderCreateDetails(String)
Initializes a new instance of the SharedFolderCreateDetails class.
Declaration
public SharedFolderCreateDetails(string targetNsId = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | targetNsId | Target namespace ID. |
Properties
| Improve this Doc View SourceTargetNsId
Target namespace ID.
Declaration
public string TargetNsId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |