Class UserRootInfo
Root info when user is not member of a team or the user is a member of a team and the team does not have a separate root namespace.
Inherited Members
Namespace: Dropbox.Api.Common
Assembly: Dropbox.Api.dll
Syntax
public class UserRootInfo : RootInfo
Constructors
View SourceUserRootInfo(string, string, string)
Initializes a new instance of the UserRootInfo class.
Declaration
public UserRootInfo(string rootNamespaceId, string homeNamespaceId, string homePath = null)
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 distinct user root. |
Properties
View SourceHomePath
The path for user's home directory under the distinct user root.
Declaration
public string HomePath { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |