| ApplicationgetGroups Method  | 
 
                Passes a list of groups and their wrapped child windows 
                for the current application to groupHandler.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic void getGroups(
	applicationGroupsHandler groupHandler,
	AckCallback errorCallback = null
)
Parameters
- groupHandler
- Type: Openfin.DesktopapplicationGroupsHandler
 A delegate that receives a list of groups for the current application. 
                 Each group is represented as a list of wrapped child windows.
- errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
 (Optional) A function that is called if the method fails.
                The reason for failure is passed as an argument.
 See Also
See Also