adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetJobGroups Method / GetJobGroups(String) Method
The fully-qualified name of the group to fetch (see Remarks). Specify null (nothing) or an empty string to get the root group.

In This Topic
    GetJobGroups(String) Method
    In This Topic
    Gets the Job Groups with the specified name.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetJobGroups( _
       ByVal groupName As String _
    ) As JobGroupCollection
    public JobGroupCollection GetJobGroups( 
       string groupName
    )

    Parameters

    groupName
    The fully-qualified name of the group to fetch (see Remarks). Specify null (nothing) or an empty string to get the root group.

    Return Value

    The Job Group, or null (Nothing) if no matching object is found.The Job Groups, or null (Nothing) if no matching object is found.
    Remarks
    If the group is contained in a parent group, the full path to the group must be included in the form "Group Level 1\Group Level 2\Group Level 3" (to fetch the group "Group Level 3".
    See Also