Click or drag to resize

IPageServiceGetAvailablePageDefinitions Method

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
IEnumerable<PageDefinition> GetAvailablePageDefinitions(
	int areaId,
	int parentPageId
)

Parameters

areaId
Type: SystemInt32
parentPageId
Type: SystemInt32

Return Value

Type: IEnumerablePageDefinition
See Also