'Declaration
<NotNullAttribute()> Public Overloads Function GetJobGroups( _ ByVal groupName As String, _ ByVal fetchOptions As ObjectFetchOptions, _ ByVal pageSize As Integer, _ ByRef restartPaging As Boolean _ ) As JobGroupCollection
[NotNull()] public JobGroupCollection GetJobGroups( string groupName, ObjectFetchOptions fetchOptions, int pageSize, ref bool restartPaging )
[NotNull()] public: JobGroupCollection^ GetJobGroups( String^ groupName, ObjectFetchOptions fetchOptions, int pageSize, bool% restartPaging )
Parameters
- groupName
- The fully-qualified name of the group to fetch (see Remarks). Specify a null reference (Nothing in Visual Basic) or an empty string to get the root group.
- fetchOptions
- Options that control the fetch operation
- pageSize
- The maximum number of records to retrieve in one call. See Remarks.
- restartPaging
- Indicates whether to fetch the first page or continue paging. See Remarks.
Return Value
The matching Job Groups