Show / Hide Table of Contents

Class TemplateFilterBase

The template filter base object

Inheritance
System.Object
TemplateFilterBase
TemplateFilterBase.FilterSome
TemplateFilterBase.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 TemplateFilterBase

Constructors

| Improve this Doc View Source

TemplateFilterBase()

Initializes a new instance of the TemplateFilterBase class.

Declaration
public TemplateFilterBase()

Properties

| Improve this Doc View Source

AsFilterSome

Gets this instance as a FilterSome, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public TemplateFilterBase.Other AsOther { get; }
Property Value
Type Description
TemplateFilterBase.Other
| 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
    • TemplateFilterBase()
  • Properties
    • AsFilterSome
    • AsOther
    • IsFilterSome
    • IsOther
Back to top Generated by DocFX