SaaS CMS has officially launched! Learn more now.

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