Class DistinctMemberHomeValue.Enabled
When this value is True, the user have distinct home and root ns. When the value is False the user's home ns and root ns are the same.
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class DistinctMemberHomeValue.Enabled : DistinctMemberHomeValue
Constructors
View SourceEnabled(bool)
Initializes a new instance of the DistinctMemberHomeValue.Enabled class.
Declaration
public Enabled(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public bool Value { get; }
Property Value
| Type | Description |
|---|---|
| bool |