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