Click or drag to resize
OrganizationsListExternalConnectorsV30 Method
List the existing connectors in an organization for a user. If the connectors are define with impersonation and the user doesn't have WatchDox permissions to the any of the workspaces in the connector we will evaluate the list of permitted domains to find out if the user can see a certain connector.

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public ItemListJson<ListExternalConnectorsResultJson> ListExternalConnectorsV30(
	ListExternalConnectorsJson listExternalConnectorsJson
)

Parameters

listExternalConnectorsJson
Type: BlackBerry.Workspaces.JsonListExternalConnectorsJson

[Missing <param name="listExternalConnectorsJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ListExternalConnectorsV30(BlackBerry.Workspaces.Json.ListExternalConnectorsJson)"]

Return Value

Type: ItemListJsonListExternalConnectorsResultJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ListExternalConnectorsV30(BlackBerry.Workspaces.Json.ListExternalConnectorsJson)"]

See Also