public int FindAllKeywords( string strTextToFind, ISOCode.Language eLang, ref List<MultiLangString> lstTexts, ref List<string> lstComments )
public: int FindAllKeywords( String^ strTextToFind, ISOCode.Language eLang, List<MultiLangString^>^% lstTexts, List<String^>^% lstComments )
Parameters
| Parameter Name | Description |
|---|---|
| strTextToFind | Keyword to search for. |
| eLang | Language used for searching. |
| lstTexts | Texts from the found keywords. |
| lstComments | Comments from the found keywords. |
Return Value
Number of found keywords.