Interface IConnectionsController
Namespace: DotNetNuke.Services.Connections
Assembly: DotNetNuke.dll
Syntax
public interface IConnectionsController
Methods
GetConnectionConfigs(int, string)
Declaration
IDictionary<string, string> GetConnectionConfigs(int portalId, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| int | portalId | |
| string | name |
Returns
| Type | Description |
|---|---|
| IDictionary<string, string> |
GetConnections(int)
Declaration
IList<IConnector> GetConnections(int portalId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | portalId |
Returns
| Type | Description |
|---|---|
| IList<IConnector> |