London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DiskFileProvider

Inheritance
System.Object
DiskFileProvider
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class DiskFileProvider : FileProvider

Constructors

DiskFileProvider()

Declaration
public DiskFileProvider()

Properties

ModulesDirectoryPath

Declaration
public string ModulesDirectoryPath { get; }
Property Value
Type Description
System.String

SearchDirectoryName

Declaration
public string SearchDirectoryName { get; }
Property Value
Type Description
System.String

Methods

GetFiles(String, String, Selector[])

Declaration
public override FileDescriptor[] GetFiles(string structureName, string searchPattern, Selector[] selectors)
Parameters
Type Name Description
System.String structureName
System.String searchPattern
Selector[] selectors
Returns
Type Description
FileDescriptor[]
Overrides

Initialize(String, NameValueCollection)

Declaration
public override void Initialize(string name, NameValueCollection config)
Parameters
Type Name Description
System.String name
System.Collections.Specialized.NameValueCollection config