InteropClientGetInfoForContextGroupAsync Method |
Gets display info for a context group.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Task<ContextGroupInfo> GetInfoForContextGroupAsync(
string contextGroupId
)
Parameters
- contextGroupId
- Type: SystemString
The id of context group.
Return Value
Type:
TaskContextGroupInfoA new Task for the context group info.
See Also