adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / NewGroup Method


In This Topic
    NewGroup Method
    In This Topic
    Creates a new Job Group within this group.
    Syntax
    'Declaration
     
    
    Public Function NewGroup() As JobGroup
    public JobGroup NewGroup()
    public:
    JobGroup^ NewGroup(); 

    Return Value

    A new Job Group assigned to the target Group
    Exceptions
    ExceptionDescription
    Thrown if the caller does not have permission to add groups to this group
    Remarks
    See Also