ApplicationgetGroups Method |
Note: This API is now obsolete.
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.5.1
Syntax [ObsoleteAttribute("This API has been deprecated.")]
public 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