Note: This API is now obsolete.
Passes a list of wrapped windows in the same group.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax [ObsoleteAttribute("This API has been deprecated.")]
public void getGroup(
windowGroupHandler groupHandler,
AckCallback errorCallback = null
)
Parameters
- groupHandler
- Type: Openfin.DesktopwindowGroupHandler
A delegate that receives a list of wrapped windows in the same group.
- errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails.
The reason for failure is passed as an argument.
Remarks
An empty list is returned if the window is not in a group.
The calling window is included in the resulting List.
See Also