Show / Hide Table of Contents

Class TemplateFilter

The template filter object

Inheritance
System.Object
TemplateFilter
TemplateFilter.FilterNone
TemplateFilter.FilterSome
TemplateFilter.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.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class TemplateFilter

Constructors

| Improve this Doc View Source

TemplateFilter()

Initializes a new instance of the TemplateFilter class.

Declaration
public TemplateFilter()

Properties

| Improve this Doc View Source

AsFilterNone

Gets this instance as a FilterNone, or null.

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

AsFilterSome

Gets this instance as a FilterSome, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsFilterNone

Gets a value indicating whether this instance is FilterNone

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

IsFilterSome

Gets a value indicating whether this instance is FilterSome

Declaration
public bool IsFilterSome { 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
    • TemplateFilter()
  • Properties
    • AsFilterNone
    • AsFilterSome
    • AsOther
    • IsFilterNone
    • IsFilterSome
    • IsOther
Back to top Generated by DocFX