Class PackageFilter
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.PackageManager.dll
This class is a parameter of the PackageManager::GetPackages method.
C#Copypublic class PackageFilter
- Inheritance
-
objectPackageFilter
Constructors
View Source
PackageFilter()
The default constructor with an empty filter list. All the installed applications will satisfy this filter unless updated with more specific filters.
Declaration
C#Copypublic PackageFilter()
View Source
PackageFilter(IDictionary<string, bool>)
The constructor with specific filters. Using this will filter out the installed packages which do not meet the filter criteria.
Declaration
C#Copypublic PackageFilter(IDictionary<string, bool> filter)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IDictionary<TKey, TValue><string, bool> | filter | Package filters. |
Properties
Declaration
C#Copypublic IDictionary<string, bool> Filters { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<TKey, TValue><string, bool> |