Click or drag to resize
InfoTemplateInfoTemplateProperty Constructor
Creates a new instance initialized using the specified field info.

Namespace: CMS.DataEngine.Generators
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public InfoTemplateProperty(
	FieldInfo field
)

Parameters

field
Type: CMS.DataEngineFieldInfo
Field info
See Also