SaaS CMS has officially launched! Learn more now.

Class NavigationFileProvider

Represents navigation file provider.

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