Skip to content

IVfsConnectionFactory

Namespace: MJCZone.MediaMatic.Interfaces

Assembly: MJCZone.MediaMatic

Summary

Defines a connection factory to a virtual file system.

abstract public

Note: This is an interface that defines a contract. Look for implementing classes in the same or related namespaces.

Contents

Methods (1) | Properties (1)

Methods

CreateConnection

Creates a new connection to the virtual file system.

csharp
IVfsConnection CreateConnection(string connectionString)

Parameters

  • connectionString (string) - The connection string for the virtual file system.

Returns

Type: IVfsConnection

A new instance of the class.

Properties

ProviderType

Gets the provider type for the virtual file system.

Type: VfsProviderType