Click or drag to resize
DocumentFieldsInfoProviderCreateInfo Method (DataRow, Boolean)
Gets new document fields instance.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
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: DocumentFieldsInfo
See Also