Click or drag to resize
IStringMetadataContains Method
Returns true if the given string contains the given substring

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

Parameters

substring
Type: SystemString
Substring to check

Return Value

Type: Boolean
See Also