CNNTP.GetNewGroups Method | |
Returns a list of all newly created groups from an NTTP Server.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetNewGroups(
cSearch,
dDate,
cTime,
lGmt
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetNewGroups(
Usual cSearch = default,
Usual dDate = default,
Usual cTime = default,
Usual lGmt = default
)
Request Example
View SourceParameters
- cSearch (Optional)
- Type: Usual
The optional string to search for. If cSearch is not specified, the resulting list contains all groups. - dDate (Optional)
- Type: Usual
The optional date that is the oldes creation date to accept. - cTime (Optional)
- Type: Usual
The optional time as a string that is the oldes creation time to accept. - lGmt (Optional)
- Type: Usual
An optional logical value that determines whether GMT time should be used.
Return Value
Type:
Usual
An array of groups.
See Also