Class TemplateFilterBase
The template filter base object
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 SourceTemplateFilterBase()
Initializes a new instance of the TemplateFilterBase class.
Declaration
public TemplateFilterBase()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |