Click or drag to resize

FrontendControlFactoryCreateControlT Method (String, String, String, T, IFControlInfo)

Creates the control.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public FrontendControl CreateControl<T>(
	string propertyName,
	string name,
	string label,
	T source,
	IFControlInfo info
)

Parameters

propertyName
Type: SystemString
Name of the property.
name
Type: SystemString
The name.
label
Type: SystemString
The label.
source
Type: T
The source.
info
Type: Dynamicweb.News.Common.FrontendIFControlInfo
The information.

Type Parameters

T

Return Value

Type: FrontendControl
See Also