Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeature.DistinctMemberHome

This feature contains information about whether or not the user's home namespace is distinct from their root namespace.

Inheritance
object
UserFeature
UserFeature.DistinctMemberHome
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.DistinctMemberHome : UserFeature

Fields

View Source

Instance

A singleton instance of DistinctMemberHome

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