Search Results for

    Show / Hide Table of Contents

    Class GetKeysModel

    Inheritance
    object
    RequestModel
    GetKeysModel
    Inherited Members
    RequestModel.LicenseServerUrl
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class GetKeysModel : RequestModel

    Properties

    | Edit this page View Source

    OrderBy

    Specifies the way to order the result. The order by field has the following structure: fieldName [ascending|descending]. For example, If you want to order by the feature field 1 (F1), you should use F1. If you want it in descending order, please add the descending keywords right after the field, eg. F1 descending. The ascending keyword is the default, hence optional.

    Declaration
    public string OrderBy { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Page

    If there are more than 100 keys, only 99 will be returned on the first page. in order to obtain the remaining licenses, increment this parameter by 1.

    Declaration
    public int Page { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ProductId

    The product id

    Declaration
    public int ProductId { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SearchQuery

    Sorts the result so that only the license keys that satisfy the criterion will be displayed. Please see: https://help.cryptolens.io/web-interface/linq-search-product

    Declaration
    public string SearchQuery { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB