Method | Description | |
---|---|---|
SearchProducts ( string keyword ) : List |
||
SearchProducts ( string keyword, int max ) : List |
public SearchProducts ( string keyword ) : List |
||
keyword | string | |
return | List |
public SearchProducts ( string keyword, int max ) : List |
||
keyword | string | |
max | int | |
return | List |