Click or drag to resize

SettingPresetServiceGetByGroupIds Method

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

Parameters

groupIds
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: IEnumerableSettingPreset
See Also