IVfsConnectionFactory
Namespace: MJCZone.MediaMatic.AspNetCore.Factories
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Factory interface for creating vfs connections from filesource configurations.
abstract public
Note: This is an interface that defines a contract. Look for implementing classes in the same or related namespaces.
Contents
Methods (1)
Methods
CreateConnection
Creates a filesource connection for the specified provider and connection string.
csharp
IVfsConnection CreateConnection(string provider, string connectionString)Parameters
- provider (string) - The filesource provider.
- connectionString (string) - The connection string.
Returns
Type: IVfsConnection
A configured filesource connection.