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

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

Removes a field from the current ICSEptContent implementation.

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

bool RemoveField(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: Boolean
true if the field is successfully removed; otherwise, false. This method also returns false if the field does not exist.
Exceptions

ExceptionCondition
ArgumentNullExceptionname is null
See Also

Reference