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

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

Adds a new field to the current ICSEptContent implementation.

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

void AddField(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the field to add.
value
Type: SystemString
The value of the added field.
Exceptions

ExceptionCondition
ArgumentNullException Either name or value are null.
ArgumentException A field with this name already exists.
See Also

Reference