ClearCacheOptions Class

The DTO class for specifying options when accessing the Admin Controller.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsClearCacheOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class ClearCacheOptions

The ClearCacheOptions type exposes the following members.

Constructors
  NameDescription
Public methodClearCacheOptions
Initializes a new instance of the ClearCacheOptions class
Top
Properties
  NameDescription
Public propertyCacheKinds
Gets or sets the CacheKinds enumeration flag.
Top
See Also