Show / Hide Table of Contents

Interface IConnector

Namespace: DotNetNuke.Services.Connections
Assembly: DotNetNuke.dll
Syntax
public interface IConnector

Properties

DisplayName

Declaration
string DisplayName { get; set; }
Property Value
Type Description
string

IconUrl

Declaration
string IconUrl { get; }
Property Value
Type Description
string

Id

Declaration
string Id { get; set; }
Property Value
Type Description
string

IsEngageConnector

Declaration
bool IsEngageConnector { get; }
Property Value
Type Description
bool

Name

Declaration
string Name { get; }
Property Value
Type Description
string

PluginFolder

Declaration
string PluginFolder { get; }
Property Value
Type Description
string

SupportsMultiple

Declaration
bool SupportsMultiple { get; }
Property Value
Type Description
bool

Type

Declaration
ConnectorCategories Type { get; }
Property Value
Type Description
ConnectorCategories

Methods

DeleteConnector(int)

Declaration
void DeleteConnector(int portalId)
Parameters
Type Name Description
int portalId

GetConfig(int)

Declaration
IDictionary<string, string> GetConfig(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
IDictionary<string, string>

GetConnectors(int)

Declaration
IEnumerable<IConnector> GetConnectors(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
IEnumerable<IConnector>

HasConfig(int)

Declaration
bool HasConfig(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
bool

SaveConfig(int, IDictionary<string, string>, ref bool, out string)

Declaration
bool SaveConfig(int portalId, IDictionary<string, string> values, ref bool validated, out string customErrorMessage)
Parameters
Type Name Description
int portalId
IDictionary<string, string> values
bool validated
string customErrorMessage
Returns
Type Description
bool

Extension Methods

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