CSXmlParserItem Property (String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Sets or gets the value of a parameter

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

public string this[
	string parameter
] { get; set; }

Parameters

parameter
Type: SystemString
The name of an existing parameter

Return Value

Type: String
The parameter value as a string
Exceptions

ExceptionCondition
ArgumentNullExceptionA provided parameter was null.
KeyNotFoundExceptionThe provided parameter name did not exist within the collection.
See Also

Reference