This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the value of the given parameter/property.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
[(IsExtensionMethod = true)]
public  GetParameter(
	string name,
	bool rawValue
)
Visual Basic (Declaration)Copy imageCopy Code
<(IsExtensionMethod := True)> _
Public Function GetParameter ( _
	name As , _
	rawValue As  _
) As 

Parameters

name
String
The name of the property.
rawValue
Boolean
if set to true the raw value of the property is returned.

Return Value

The value of the property

See Also

Smartsite.Core Namespace
Advanced