Click or drag to resize
AbstractSearchSyntaxHelperGetGroup Method
Groups the expressions

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public virtual string GetGroup(
	params string[] expressions
)

Parameters

expressions
Type: SystemString
Inner group expressions

Return Value

Type: String

Implements

ISearchSyntaxHelperGetGroup(String)
See Also