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 NavigationFileProvider

Represents navigation file provider.

Inheritance
System.Object
NavigationFileProvider
Namespace: Mediachase.Commerce.Customization
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
Syntax
public class NavigationFileProvider : FileProvider

Constructors

NavigationFileProvider()

Declaration
public NavigationFileProvider()

Methods

GetFiles(String, String, Selector[])

Gets the files.

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

Name of the structure.

System.String searchPattern

The search pattern.

Selector[] selectors

The selectors.

Returns
Type Description
FileDescriptor[]
Overrides