Skip to content

ApplicationGroupService.Create Method (String, String, ApplicationGroup)

Creates an ApplicationGroup as a child group.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public ApplicationGroup Create(
    string name,
    string description,
    ApplicationGroup parent
)

VB

Public Function Create ( 
    name As String,
    description As String,
    parent As ApplicationGroup
) As ApplicationGroup

Parameters

 

name
Type: System.String
The name of the new ApplicationGroup.
description
Type: System.String
The description of the new ApplicationGroup.
parent
Type: Citrix.SDK.AppDNA.ApplicationGroup
The ApplicationGroup which is to be the parent of the new group.

Return Value

Type: ApplicationGroup
The newly created ApplicationGroup.

See Also

Reference

ApplicationGroupService Class
Create Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?