Click or drag to resize

SettingPresetService.GetByUserId Method

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

Parameters

userId
Type: System.Int32

Return Value

Type: IEnumerable<SettingPreset>
See Also