Dropbox .NET SDK
Show / Hide Table of Contents

Class ShowcaseEnabledPolicy.Disabled

Showcase is disabled.

Inheritance
object
ShowcaseEnabledPolicy
ShowcaseEnabledPolicy.Disabled
Inherited Members
ShowcaseEnabledPolicy.IsDisabled
ShowcaseEnabledPolicy.AsDisabled
ShowcaseEnabledPolicy.IsEnabled
ShowcaseEnabledPolicy.AsEnabled
ShowcaseEnabledPolicy.IsOther
ShowcaseEnabledPolicy.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public sealed class ShowcaseEnabledPolicy.Disabled : ShowcaseEnabledPolicy

Fields

View Source

Instance

A singleton instance of Disabled

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