Click or drag to resize

SettingPresetService.GetByTarget Method (String, Int32)

Namespace:  Dynamicweb.SettingPresets
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public IEnumerable<SettingPreset> GetByTarget(
	string target,
	int userId
)

Parameters

target
Type: System.String
userId
Type: System.Int32

Return Value

Type: IEnumerable<SettingPreset>
See Also