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
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 UserRootInfo : RootInfo
Constructors
| Improve this Doc View SourceUserRootInfo(String, String)
Initializes a new instance of the UserRootInfo class.
Declaration
public UserRootInfo(string rootNamespaceId, string homeNamespaceId)
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. |