A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 12.17.2
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[]