Class TeamRootInfo
Root info when user is member of a team with a separate root namespace ID.
Inherited Members
Namespace: Dropbox.Api.Common
Assembly: Dropbox.Api.dll
Syntax
public class TeamRootInfo : RootInfo
Constructors
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 |
|---|---|---|
| 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, or the user root if user is member of a team with separate distinct roots for users. Otherwise it will be the same as HomeNamespaceId. |
| string | homeNamespaceId | The namespace ID for user's home namespace. |
| string | homePath | The path for user's home directory under the shared team root. |
Properties
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 |
|---|---|
| string |