Class TemplateFilterBase
The template filter base object
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class TemplateFilterBase
Constructors
View SourceTemplateFilterBase()
Initializes a new instance of the TemplateFilterBase class.
Declaration
public TemplateFilterBase()
Properties
View SourceAsFilterSome
Gets this instance as a FilterSome, or null.
Declaration
public TemplateFilterBase.FilterSome AsFilterSome { get; }
Property Value
| Type | Description |
|---|---|
| TemplateFilterBase.FilterSome |
AsOther
Gets this instance as a Other, or null.
Declaration
public TemplateFilterBase.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TemplateFilterBase.Other |
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 |