Skip to content

IVirtualFileSystem

Namespace: MJCZone.MediaMatic.Models

Assembly: MJCZone.MediaMatic

Summary

Represents a virtual file system in a filesource.

abstract public

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

Contents

Methods (2) | Properties (1)

Methods

GetVirtualFolders

Gets the list of virtual folders in the virtual file system.

csharp
IEnumerable<IVirtualFolder> GetVirtualFolders()

Returns

Type: IEnumerable<IVirtualFolder>

List of virtual folders.

GetVirtualFiles

Gets the list of virtual files in the virtual file system.

csharp
IEnumerable&lt;IVirtualFile&gt; GetVirtualFiles()

Returns

Type: IEnumerable<IVirtualFile>

List of virtual files.

Properties

ProviderName

Gets the name of the provider for this virtual file system.

Type: string?