DocumentFieldsInfoProviderCreateInfo Method |
Gets new document fields instance.
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected override DocumentFieldsInfo CreateInfo(
DataRow dr = null,
bool useGenerator = true
)
Parameters
- dr (Optional)
- Type: System.DataDataRow
Data row with the object data. - useGenerator (Optional)
- Type: SystemBoolean
If true, the process allows using the generator to differentiate between particular info types based on data.
Return Value
Type:
DocumentFieldsInfoSee Also