Click or drag to resize

StorageManagerGetByIds Method (String, IEnumerableString)

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public IEnumerable<Item> GetByIds(
	string systemName,
	IEnumerable<string> ids
)

Parameters

systemName
Type: SystemString
ids
Type: System.Collections.GenericIEnumerableString

Return Value

Type: IEnumerableItem
See Also