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

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

Gets or sets the entry with the specified key in the fields collection. If you set a value to an entry that contains multiple values they are removed and replaced with this single new value.

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

public override string this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
The System.String name of the entry to locate. The name cannot be null or Empty.

Return Value

Type: String
A System.String that contains the comma-separated list of values with the specified key, if found; otherwise, null.
Exceptions

ExceptionCondition
ArgumentNullExceptionEither the name or value is null
ArgumentOutOfRangeExceptionThe name is Empty.
See Also

Reference