Dropbox .NET SDK
Show / Hide Table of Contents

Class TemplateFilterBase

The template filter base object

Inheritance
object
TemplateFilterBase
TemplateFilterBase.FilterSome
TemplateFilterBase.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class TemplateFilterBase

Constructors

View Source

TemplateFilterBase()

Initializes a new instance of the TemplateFilterBase class.

Declaration
public TemplateFilterBase()

Properties

View Source

AsFilterSome

Gets this instance as a FilterSome, or null.

Declaration
public TemplateFilterBase.FilterSome AsFilterSome { get; }
Property Value
Type Description
TemplateFilterBase.FilterSome
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TemplateFilterBase.Other AsOther { get; }
Property Value
Type Description
TemplateFilterBase.Other
View Source

IsFilterSome

Gets a value indicating whether this instance is FilterSome

Declaration
public bool IsFilterSome { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

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