Class NavigationFileProvider
Represents navigation file provider.
Inherited Members
Namespace: Mediachase.Commerce.Customization
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
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[] |