CNNTP.GetList Method | |
Returns a list of all groups from an NTTP Server containing cSearch in their names.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetList(
cSearch
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetList(
Usual cSearch = default
)
Request Example
View SourceParameters
- cSearch (Optional)
- Type: Usual
The string to search for. If cSearch is not specified, the resulting list contains all groups.
Return Value
Type:
Usual
An array of groups.
See Also