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

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

Adds a new named parameter.

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

public void Add(
	string name
)

Parameters

name
Type: SystemString
The name of the parameter. The name is not case sensitive.
Exceptions

ExceptionCondition
InvalidOperationExceptionParameter already exists
ArgumentNullExceptionA provided parameter was null.
See Also

Reference