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

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

Checks whether a certain parameter exists

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

public bool Contains(
	string parameterName
)

Parameters

parameterName
Type: SystemString
The name of the parameter to check

Return Value

Type: Boolean
true if the parameter exists false otherwise.
Exceptions

ExceptionCondition
ArgumentNullExceptionA provided parameter was null.
See Also

Reference