Show / Hide Table of Contents

Class TeamRootInfo

Root info when user is member of a team with a separate root namespace ID.

Inheritance
System.Object
RootInfo
TeamRootInfo
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 TeamRootInfo : RootInfo

Constructors

| Improve this Doc View Source

TeamRootInfo(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 Source

HomePath

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamRootInfo(String, String, String)
  • Properties
    • HomePath
Back to top Generated by DocFX