CSXmlParserGetParameter Method (String) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets the value of a parameter as a string

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string GetParameter(
	string parameterName
)

Parameters

parameterName
Type: SystemString
The name of the parameter

Return Value

Type: String
the parameter value
Exceptions

ExceptionCondition
KeyNotFoundExceptionThe parameter does not exist
InvalidCastExceptionThe parameter value cannot be converted to the return type.
ArgumentNullExceptionA provided parameter was null.
See Also

Reference