| StorageManagerGetByParentPageId Method (String, 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 ItemCollection GetByParentPageId(
string systemName,
int pageId
)
<ObsoleteAttribute("Use PageService instead and access the .Item property on the page instances to get hold of the item entry..",
true)>
Public Function GetByParentPageId (
systemName As String,
pageId As Integer
) As ItemCollection
Parameters
- systemName
- Type: SystemString
- pageId
- Type: SystemInt32
Return Value
Type:
ItemCollectionSee Also