Click or drag to resize
DocumentTypeScopeInfo Constructor (DataRow)
Constructor - Creates a new DocumentTypeScopeInfo object from the given DataRow.

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

Parameters

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