Show / Hide Table of Contents

Class HasTeamSharedDropboxValue

The value for Feature.HasTeamSharedDropbox.

Inheritance
System.Object
HasTeamSharedDropboxValue
HasTeamSharedDropboxValue.HasTeamSharedDropbox
HasTeamSharedDropboxValue.Other
Inherited Members
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class HasTeamSharedDropboxValue

Constructors

| Improve this Doc View Source

HasTeamSharedDropboxValue()

Initializes a new instance of the HasTeamSharedDropboxValue class.

Declaration
public HasTeamSharedDropboxValue()

Properties

| Improve this Doc View Source

AsHasTeamSharedDropbox

Gets this instance as a HasTeamSharedDropbox, or null.

Declaration
public HasTeamSharedDropboxValue.HasTeamSharedDropbox AsHasTeamSharedDropbox { get; }
Property Value
Type Description
HasTeamSharedDropboxValue.HasTeamSharedDropbox
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public HasTeamSharedDropboxValue.Other AsOther { get; }
Property Value
Type Description
HasTeamSharedDropboxValue.Other
| Improve this Doc View Source

IsHasTeamSharedDropbox

Gets a value indicating whether this instance is HasTeamSharedDropbox

Declaration
public bool IsHasTeamSharedDropbox { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • HasTeamSharedDropboxValue()
  • Properties
    • AsHasTeamSharedDropbox
    • AsOther
    • IsHasTeamSharedDropbox
    • IsOther
Back to top Generated by DocFX