FileMetadataInfo Constructor (DataRow) |
Constructor - Creates a new FileMetadataInfo object from the given DataRow.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax public FileMetadataInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data
See Also