Click or drag to resize

StorageManagerGetByIds Method (ItemType, IEnumerableString)

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

Parameters

itemType
Type: Dynamicweb.Content.Items.MetadataItemType
ids
Type: System.Collections.GenericIEnumerableString

Return Value

Type: IEnumerableItem
See Also