Dropbox .NET SDK
Show / Hide Table of Contents

Class HasTeamFileEventsValue.Enabled

Does this team have file events.

Inheritance
object
HasTeamFileEventsValue
HasTeamFileEventsValue.Enabled
Inherited Members
HasTeamFileEventsValue.IsEnabled
HasTeamFileEventsValue.AsEnabled
HasTeamFileEventsValue.IsOther
HasTeamFileEventsValue.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class HasTeamFileEventsValue.Enabled : HasTeamFileEventsValue

Constructors

View Source

Enabled(bool)

Initializes a new instance of the HasTeamFileEventsValue.Enabled class.

Declaration
public Enabled(bool value)
Parameters
Type Name Description
bool value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public bool Value { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK