![]() |
LicenseSpring Management .Net SDK 1.15.0
Easily add Software Licensing to your application
|
Data transfer object that is used for searching through products. More...
Properties | |
| bool? | IsArchived [get, set] |
| summary> Short code of the license that need to be searched through. | |
| OrderProductsBy | Order [get, set] |
| string | OrderByString [get] |
| OrderBy attribute converted to string. | |
| string | ShortCode [get, set] |
Properties inherited from LicenseSpring.BaseListDto | |
| int | Limit [get, set] |
| Number of results you want to be shown. Server sends paginated response that's why limit can be set. Default is 20. | |
| int | Offset [get, set] |
Data transfer object that is used for searching through products.
|
getset |
summary> Indicates if the products that are searched for are archived or not. Default is false.
|
get |
OrderBy attribute converted to string.
summary> The result of the queries is a list that can than be ordered in ascending order by some attribute. This is where that attribute needs to be set. Currently only is_archived is available.