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

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

Parameters

field
Type: CMS.DataEngineFieldInfo
Field info
See Also