Dropbox .NET SDK
Show / Hide Table of Contents

Class TemplateFilter

The template filter object

Inheritance
object
TemplateFilter
TemplateFilter.FilterNone
TemplateFilter.FilterSome
TemplateFilter.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 TemplateFilter

Constructors

View Source

TemplateFilter()

Initializes a new instance of the TemplateFilter class.

Declaration
public TemplateFilter()

Properties

View Source

AsFilterNone

Gets this instance as a FilterNone, or null.

Declaration
public TemplateFilter.FilterNone AsFilterNone { get; }
Property Value
Type Description
TemplateFilter.FilterNone
View Source

AsFilterSome

Gets this instance as a FilterSome, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsFilterNone

Gets a value indicating whether this instance is FilterNone

Declaration
public bool IsFilterNone { get; }
Property Value
Type Description
bool
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