 | SettingPresetService.GetByTarget Method (String, Int32) |
Namespace:
Dynamicweb.SettingPresets
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic IEnumerable<SettingPreset> GetByTarget(
string target,
int userId
)
Public Function GetByTarget (
target As String,
userId As Integer
) As IEnumerable(Of SettingPreset)
Parameters
- target
- Type: System.String
- userId
- Type: System.Int32
Return Value
Type:
IEnumerable<SettingPreset>
See Also