Class TemplateFilter
The template filter object
Inheritance
TemplateFilter
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class TemplateFilter
Constructors
View SourceTemplateFilter()
Initializes a new instance of the TemplateFilter class.
Declaration
public TemplateFilter()
Properties
View SourceAsFilterNone
Gets this instance as a FilterNone, or null.
Declaration
public TemplateFilter.FilterNone AsFilterNone { get; }
Property Value
| Type | Description |
|---|---|
| TemplateFilter.FilterNone |
AsFilterSome
Gets this instance as a FilterSome, or null.
Declaration
public TemplateFilter.FilterSome AsFilterSome { get; }
Property Value
| Type | Description |
|---|---|
| TemplateFilter.FilterSome |
AsOther
Gets this instance as a Other, or null.
Declaration
public TemplateFilter.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TemplateFilter.Other |
IsFilterNone
Gets a value indicating whether this instance is FilterNone
Declaration
public bool IsFilterNone { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFilterSome
Gets a value indicating whether this instance is FilterSome
Declaration
public bool IsFilterSome { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |