Click or drag to resize
CMSAbstractTransformation.GetDataControlValue<ReturnType> Method (String)
Gets the Data control value.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public virtual ReturnType GetDataControlValue<ReturnType>(
	string propertyName
)

Parameters

propertyName
Type: System.String
Property name

Type Parameters

ReturnType

Return Value

Type: ReturnType
See Also