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 a null reference (Nothing in Visual Basic) 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
    )
    public:
    JobGroupCollection^ GetJobGroups( 
       String^ groupName
    ) 

    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.

    Return Value

    The matching Job Groups
    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