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

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

Determines whether the name represents an existing field.

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

bool ContainsField(
	string name
)

Parameters

name
Type: SystemString
The name of the field to locate.

Return Value

Type: Boolean
true if the name represents an existing field; otherwise, false.
See Also

Reference