Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeature.TeamSharedDropbox

This feature contains information about whether or not the user is part of a team with a shared team root.

Inheritance
object
UserFeature
UserFeature.TeamSharedDropbox
Inherited Members
UserFeature.IsPaperAsFiles
UserFeature.AsPaperAsFiles
UserFeature.IsFileLocking
UserFeature.AsFileLocking
UserFeature.IsTeamSharedDropbox
UserFeature.AsTeamSharedDropbox
UserFeature.IsDistinctMemberHome
UserFeature.AsDistinctMemberHome
UserFeature.IsOther
UserFeature.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class UserFeature.TeamSharedDropbox : UserFeature

Fields

View Source

Instance

A singleton instance of TeamSharedDropbox

Declaration
public static readonly UserFeature.TeamSharedDropbox Instance
Field Value
Type Description
UserFeature.TeamSharedDropbox
  • View Source
In this article
Back to top Dropbox .NET SDK