Class FavoritesTreeRequest
Представляет запрос дерева избранного.
public class FavoritesTreeRequest : WebApiRequest, IFavoritesTreeRequest, IWebApiRequest
- Inheritance
-
FavoritesTreeRequest
- Implements
- Derived
- Inherited Members
Constructors
FavoritesTreeRequest()
public FavoritesTreeRequest()
Properties
FilterOptions
Возвращает и устанавливает параметры фильтрации.
public TreeFilterOptions FilterOptions { get; set; }
Property Value
FilterString
Возвращает и устанавливает строку фильтрации.
public string? FilterString { get; set; }
Property Value
Options
Возвращает и устанавливает параметры отображения дерева избранного.
public FavoritesTreeOptions Options { get; set; }