CSXmlParserGetParameterAsStringArray Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns an array of strings that are stored as a separator separated value string in the parameter.

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

public string[] GetParameterAsStringArray(
	string parameterName,
	string[] separator,
	bool optional
)

Parameters

parameterName
Type: SystemString
The name of the parameter to return
separator
Type: SystemString
An array of characters that delimits the sub values in the value.
optional
Type: SystemBoolean
Indicates that this is an optional parameter. If optional is specified and the parameter does not exist an empty array is returned.

Return Value

Type: String
A array of String values.
See Also

Reference