EptFieldNameStartsWith 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 if this string starts with the the specified string.

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

public bool StartsWith(
	string value
)

Parameters

value
Type: SystemString
The string to check for.

Return Value

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

Reference