FilterFactory.GetFilterVirtualPath Method (MetaColumn, String)
.NET Framework (current version)
Gets the virtual path of the filter template.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- column
-
Type:
System.Web.DynamicData.MetaColumn
The data column to which the filter template applies.
- filterUIHint
-
Type:
System.String
The filter template to use.
| Exception | Condition |
|---|---|
| ArgumentNullException | column is null. |
By default, filter templates are located in the ~/DynamicData/Filers folder.
This method determines the virtual path of the folder that contains the field template. Derived classes can override this method to provide filter templates from a different virtual path.
.NET Framework
Available since 4.0
Available since 4.0
Show: