<CSHub:GroupPropertyComparison />
Condition control that provides support for comparing two properties of a hub-related Group object.
Properties/Attributes
| Property |
Type |
Description |
| ComparisonProperty1 |
String |
Gets or sets the left value comparison property name.
| Option |
Type |
Description |
| ApplicationType |
ApplicationType Enumeration |
Property ApplicationType (ApplicationType)
|
| Description |
String |
|
| GroupID |
Integer |
Specifies the unique identifier for the each group.
|
| Name |
String |
|
| NewsgroupName |
String |
|
| ParentGroupID |
Integer |
|
| SortOrder |
Integer |
|
|
| ComparisonProperty2 |
String |
Gets or sets the right value comparison property name.
| Option |
Type |
Description |
| ApplicationType |
ApplicationType Enumeration |
Property ApplicationType (ApplicationType)
|
| Description |
String |
|
| GroupID |
Integer |
Specifies the unique identifier for the each group.
|
| Name |
String |
|
| NewsgroupName |
String |
|
| ParentGroupID |
Integer |
|
| SortOrder |
Integer |
|
|
| DataSource |
Object |
Gets or sets the data source from which the comparison property values will be retrieved.
|
| ID |
String |
Gets or sets the programmatic ID of the control. This ID can be used as a reference by other controls.
|
| Operator |
ComparisonConditionOperator Enumeration |
Gets or sets the operator used to compare the left and right values.
| Option |
Type |
Description |
| LessThan |
Enumeration Value |
The left value is less than the right value.
|
| GreaterThan |
Enumeration Value |
The left value is greater than the right value.
|
| LessThanOrEqualTo |
Enumeration Value |
The left value is less than or equal to the right value.
|
| GreaterThanOrEqualTo |
Enumeration Value |
The left value is greater than or equal to the right value.
|
| EqualTo |
Enumeration Value |
The left value is equal to the right value.
|
| StartsWith |
Enumeration Value |
The left value starts with the right value.
|
| EndsWith |
Enumeration Value |
The left value ends with the right value.
|
| Contains |
Enumeration Value |
The left value contains the right value.
|
| IsSetOrTrue |
Enumeration Value |
The left value is not null or set (non-null and non-default) or true.
|
| ContainsVisibleHtml |
Enumeration Value |
The left value contains visible HTML or text.
|
| None |
Enumeration Value |
Operator is not selected.
|
|
| Visible |
Boolean |
Gets or sets whether this control should be rendered. If set to false, the control will not render.
|
Example
The following is a simple/minimal example of the <CSHub:GroupPropertyComparison /> control:
<CSHub:GroupPropertyComparison ComparisonProperty1="..." Operator="..." ComparisonProperty2="..." runat="server" />
The following example shows all of the configurable options of the <CSHub:GroupPropertyComparison /> control:
<CSHub:GroupPropertyComparison
ComparisonProperty1="..."
ComparisonProperty2="..."
ID="..."
Operator="..."
Visible="..."
runat="server" />
See Also
Single value control that provides access to blog-related Group data and links.
List control providing access to blog-related Group objects.
Condition control that provides support for comparing two properties of a blog-related Group object.
Condition control that provides support for comparing a property of a blog-related Group object to a static value.
Implementation of the CollapsableAreaBase control that collapses/expands group data using the User.MinimizedGroups property.
Single value control that provides access to Group data.
List control providing access to Group objects.
Condition control that provides support for comparing two properties of a Group object.
Condition control that provides support for comparing a property of a Group object to a static value.
Implementation of the ToggleButton control that toggles the User.GroupIgnoreFilter for the current group and accessing user.
Single value control that provides access to Forum-related Group data and links.
Single value control supporting and inline editing of forum-related Group data. Data is editable by forum administrators only.
List control providing access to forum-related Group objects.
Condition control that provides support for comparing two properties of a forum-related Group object.
Condition control that provides support for comparing a property of a forum-related Group object to a static value.
Single value control that provides access to hub-related Group data and links.
List control providing access to blog-related Group objects.
Condition control that provides support for comparing two properties of a hub-related Group object.
Condition control that provides support for comparing a property of a hub-related Group object to a static value.
Single value control that provides access to file-related Group data and links.
List control providing access to file-related Group objects.
Condition control that provides support for comparing two properties of a file-related Group object.
Condition control that provides support for comparing a property of a file-related Group object to a static value.