adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectFactory Class / JobGroup Method / JobGroup(JobGroup) Method
The JobGroup(JobGroup) to create the group in. See Remarks


In This Topic
    JobGroup(JobGroup) Method
    In This Topic
    Creates a new JobGroup
    Syntax
    'Declaration
     
    
    Public Overloads Function JobGroup( _
       Optional ByVal parentGroup As JobGroup _
    ) As JobGroup
    public JobGroup JobGroup( 
       JobGroup parentGroup
    )
    public:
    JobGroup^ JobGroup( 
       JobGroup^ parentGroup
    ) 

    Parameters

    parentGroup
    The JobGroup(JobGroup) to create the group in. See Remarks
    Remarks
    If parentGroup is not specified, the group is created in the Root group. If the caller does not have permission to create groups in the Root group, the call will fail with a PermissionDeniedException.
    See Also