DocumentAttachment Constructor (DataRow) |
Initializes a new instance of the
DocumentAttachment class with the specified attachment or attachment version data.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public DocumentAttachment(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Data row
See Also