Click or drag to resize
SearchDocumentContains Method
Returns true if document contains column name. false otherwise.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public bool Contains(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Boolean
See Also