Click or drag to resize

StorageManagerGetByPageIdT Method (Int32)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use PageService instead and access the .Item property on the page instances to get hold of the item entry..", 
	true)]
public ItemEntryCollection<T> GetByPageId<T>(
	int pageId
)
where T : new(), ItemEntry

Parameters

pageId
Type: SystemInt32

Type Parameters

T

Return Value

Type: ItemEntryCollectionT
See Also