  | ItemGetItemsByPageId Method (String, Int32) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Content.Items
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute("Use PageService instead.", true)]
public static ItemCollection GetItemsByPageId(
	string itemType,
	int pageId
)<ObsoleteAttribute("Use PageService instead.", true)>
Public Shared Function GetItemsByPageId ( 
	itemType As String,
	pageId As Integer
) As ItemCollectionParameters
- itemType
 - Type: SystemString
 - pageId
 - Type: SystemInt32
 
Return Value
Type: 
ItemCollection
See Also