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

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

Removes a named parameter.

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

public void Remove(
	string name
)

Parameters

name
Type: SystemString
The name of the parameter to remove
Exceptions

ExceptionCondition
InvalidOperationExceptionParameter does not exist
ArgumentNullExceptionA provided parameter was null.
See Also

Reference