Click or drag to resize
PageUrlPathInfo Constructor (DataRow)
Creates a new instances of the PageUrlPathInfo class from the given DataRow.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public PageUrlPathInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also