Creates a group containing the expression
Declaration Syntax
C# | Visual Basic | Visual C++ |
public GroupElement( string expression, Configuration configuration )
Public Sub New ( _ expression As String, _ configuration As Configuration _ )
public: GroupElement( String^ expression, Configuration^ configuration )
Parameters
- expression (String)
- The search query within the group.
- configuration (Configuration)
- The instance of the Configuration class that holds the settings to be used.