SyncronizedEPTDocumentItem 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 fields 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, this name cannot be null and must exist in the schema if schema bound.

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
ArgumentNullExceptionThe name cannot be null
InvalidOperationExceptionCannot update field %name%. The field does not exists in the EPT schema.
See Also

Reference