Click or drag to resize

FrontendControlFactoryCreateControlFirstT Method

Creates the control first.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
protected FrontendControl CreateControlFirst<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