Click or drag to resize
CMSAbstractQueryFilterControlGeneralConnection Property
GeneralConnection instance.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public virtual GeneralConnection GeneralConnection { get; set; }

Property Value

Type: GeneralConnection
Remarks
If it's not specified, a new instance of the GeneralConnection is created and returned.
See Also