Class TeamRootInfo
Root info when user is member of a team with a separate root namespace ID.
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.Common
Assembly: Dropbox.Api.dll
Syntax
public class TeamRootInfo : RootInfo
Constructors
| Improve this Doc View SourceTeamRootInfo(String, String, String)
Initializes a new instance of the TeamRootInfo class.
Declaration
public TeamRootInfo(string rootNamespaceId, string homeNamespaceId, string homePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | rootNamespaceId | The namespace ID for user's root namespace. It will be the namespace ID of the shared team root if the user is member of a team with a separate team root. Otherwise it will be same as HomeNamespaceId. |
System.String | homeNamespaceId | The namespace ID for user's home namespace. |
System.String | homePath | The path for user's home directory under the shared team root. |
Properties
| Improve this Doc View SourceHomePath
The path for user's home directory under the shared team root.
Declaration
public string HomePath { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |