Table of Contents

Class ProviderExtensions

Namespace
Dynamicweb.DataIntegration.ProviderHelpers
Assembly
Dynamicweb.DataIntegration.dll
public static class ProviderExtensions
Inheritance
ProviderExtensions
Inherited Members

Methods

GetDestinationProvider(string)

public static IDestination GetDestinationProvider(string provider)

Parameters

provider string

Returns

IDestination

GetSourceProviderType(string)

public static Type GetSourceProviderType(string fileExtension)

Parameters

fileExtension string

Returns

Type

IsDestinationFileProvider(IDestination)

public static bool IsDestinationFileProvider(this IDestination destination)

Parameters

destination IDestination

Returns

bool

IsDestinationFileProvider(Type)

public static bool IsDestinationFileProvider(this Type type)

Parameters

type Type

Returns

bool
To top