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 DynamicFileProvider

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

Constructors

DynamicFileProvider()

Declaration
public DynamicFileProvider()

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