Show / Hide Table of Contents

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>

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS