Click or drag to resize
IStringMetadataStartsWith Method
Returns true if the given string

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
bool StartsWith(
	string prefix
)

Parameters

prefix
Type: SystemString
Prefix to check

Return Value

Type: Boolean
See Also