ICSEptField Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Defines an EPT document field in a synchronous Event Actions event handler.

Namespace: ContentStudio.EventActions
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface ICSEptField

The ICSEptField type exposes the following members.

Properties

  NameDescription
Public propertyName
Gets the name.
Public propertyValue
Gets or sets the value.
Top
Remarks

Note Note
This interface was added in Content Studio version 5.3
Note Note
In CS 5.3 & 5.4 there is a problem that prevents Ept documents that contains multiple fields with the same name. In CS 5.5 multiple fields now are handled by combining the into one field using the separator MultiFieldValueSeparator between the individual values.
See Also

Reference

Other Resources