| ListFilterGetSubName Method |
Creates a sub-name for a filter control. The name is based on the filter's name.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected virtual string GetSubName(
string suffix
)
Protected Overridable Function GetSubName (
suffix As String
) As String
Parameters
- suffix
- Type: SystemString
An additional suffix to be applied to the name.
Return Value
Type:
StringRemarks See Also