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

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

Syntax

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

Parameters

name
String
The name of the property.

Return Value

True if the parameter exists

See Also

Smartsite.Core Namespace
Advanced