CSXmlParserGetParameterAsCSFileObjectType Method (String, CSFileObjectTypes) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns a parameter as a CSFileObjectTypes enumeration. The value must be possible to convert to this data type from its string representation.

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

public CSFileObjectTypes GetParameterAsCSFileObjectType(
	string parameterName,
	CSFileObjectTypes defaultValue
)

Parameters

parameterName
Type: SystemString
The name of the parameter
defaultValue
Type: ContentStudio.DocumentCSFileObjectTypes
The default value of the parameter

Return Value

Type: CSFileObjectTypes
The parameter converted to a CSFileObjectTypes
See Also

Reference