| VersionHistoryInfo Constructor (DataRow) | 
            Constructor - Creates the VersionHistoryInfo object from the given DataRow data.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxpublic VersionHistoryInfo(
	DataRow dr
)
Parameters
- dr
 - Type: System.DataDataRow
Datarow with the workflow info data 
See Also