| PageTree Constructor (Int32, Page) |
Initializes a new instance of the
PageTree class
Namespace:
Dynamicweb.Content.Data
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public PageTree(
int areaId,
Page rootPage
)
Public Sub New (
areaId As Integer,
rootPage As Page
)
Parameters
- areaId
- Type: SystemInt32
- rootPage
- Type: Dynamicweb.ContentPage
See Also