| SettingPresetServiceGetByUserId Method |
Namespace:
Dynamicweb.SettingPresets
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public IEnumerable<SettingPreset> GetByUserId(
int userId
)
Public Function GetByUserId (
userId As Integer
) As IEnumerable(Of SettingPreset)
Parameters
- userId
- Type: SystemInt32
Return Value
Type:
IEnumerableSettingPresetSee Also