| DocumentFieldsInfoProviderCreateInfo Method (DataRow, Boolean) | 
            Gets new document fields instance.
            
 
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected 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: 
DocumentFieldsInfo See Also
See Also