DCProjectGetStopWords Method
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic List<DCStopWord> GetStopWords(
LANGUAGES lang
)
Public Function GetStopWords (
lang As LANGUAGES
) As List(Of DCStopWord)
public:
List<DCStopWord^>^ GetStopWords(
LANGUAGES lang
)
Parameters
- lang
- Type: OmniPageCSDK.ArgTypesLANGUAGES
Return Value
Type:
ListDCStopWord
See Also