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

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

Returns a boolean indicating whether the specified string occurs within this string.

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

public bool Contains(
	string value
)

Parameters

value
Type: SystemString
The string to seek.

Return Value

Type: Boolean
True if the value parameter occurs within this string, or if value is the empty string (""); otherwise, false.
See Also

Reference