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

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

Removes a field in the EPT fields collection. When schema bound, the use of this method will generate an exception.

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

public override void Remove(
	string name
)

Parameters

name
Type: SystemString
The name of the field to remove
Exceptions

ExceptionCondition
ArgumentNullExceptionThe name cannot be null
InvalidOperationExceptionCannot remove fields in the collection when schema bound
See Also

Reference