PageUrlPathInfo Constructor (DataRow) |
Creates a new instances of the
PageUrlPathInfo class from the given
DataRow.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public PageUrlPathInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data.
See Also