| SettingPresetServiceGetByTarget Method (String) |
Namespace:
Dynamicweb.SettingPresets
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public IEnumerable<SettingPreset> GetByTarget(
string target
)
Public Function GetByTarget (
target As String
) As IEnumerable(Of SettingPreset)
Parameters
- target
- Type: SystemString
Return Value
Type:
IEnumerableSettingPresetSee Also