Click or drag to resize
InlineUserControlGetValueReturnType Method (String, ReturnType)
Returns the value of the given property.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual ReturnType GetValue<ReturnType>(
	string propertyName,
	ReturnType defaultValue
)

Parameters

propertyName
Type: SystemString
Property name
defaultValue
Type: ReturnType
Default value

Type Parameters

ReturnType

Return Value

Type: ReturnType
See Also