Click or drag to resize

ItemListSearchRelatedItems Method (ItemType, Int32, String, String, String, Int32)

Namespace:  Dynamicweb.Content.Items
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static IEnumerable<ItemEntry> SearchRelatedItems(
	ItemType itemType,
	int itemListId,
	string searchQuery,
	string sortBy,
	string sortOrder,
	int topLimit
)

Parameters

itemType
Type: Dynamicweb.Content.Items.MetadataItemType
itemListId
Type: SystemInt32
searchQuery
Type: SystemString
sortBy
Type: SystemString
sortOrder
Type: SystemString
topLimit
Type: SystemInt32

Return Value

Type: IEnumerableItemEntry
See Also