Show / Hide Table of Contents

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.

Inheritance
System.Object
RootInfo
UserRootInfo
Inherited Members
RootInfo.IsTeam
RootInfo.AsTeam
RootInfo.IsUser
RootInfo.AsUser
RootInfo.RootNamespaceId
RootInfo.HomeNamespaceId
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 Source

UserRootInfo(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.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserRootInfo(String, String)
Back to top Generated by DocFX