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