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 FileResolver

Inheritance
System.Object
FileResolver
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public sealed class FileResolver

Fields

NameAny

Declaration
public const string NameAny = "@"
Field Value
Type Description
System.String

NamePartAny

Declaration
public const char NamePartAny = '@'
Field Value
Type Description
System.Char

NamePartSplitter

Declaration
public const char NamePartSplitter = '.'
Field Value
Type Description
System.Char

Methods

GetFiles(String, String, Selector[])

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

GetFiles(String, String, String, Selector[])

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

GetOrderedModules()

Declaration
public static string[] GetOrderedModules()
Returns
Type Description
System.String[]