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 NavigationFileProvider

Represents navigation file provider.

Inheritance
System.Object
NavigationFileProvider
Namespace: Mediachase.Commerce.Customization
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
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