Chameleon Control Documentation | All Controls | All API Classes

<CSBlog:GroupPropertyComparison />

Condition control that provides support for comparing two properties of a blog-related Group object.
The <CSBlog:GroupPropertyComparison /> control is a Condition Control that reports on Group data. See more Condition controls.

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 <CSBlog:GroupPropertyComparison /> control:

<CSBlog:GroupPropertyComparison ComparisonProperty1="..." Operator="..." ComparisonProperty2="..." runat="server" />

The following example shows all of the configurable options of the <CSBlog:GroupPropertyComparison /> control:

<CSBlog:GroupPropertyComparison
	ComparisonProperty1="..."
	ComparisonProperty2="..."
	ID="..."
	Operator="..."
	Visible="..."
	runat="server" />

See Also

<CSBlog:GroupData />

Single value control that provides access to blog-related Group data and links.

<CSBlog:GroupList />

List control providing access to blog-related Group objects.

<CSBlog:GroupPropertyComparison />

Condition control that provides support for comparing two properties of a blog-related Group object.

<CSBlog:GroupPropertyValueComparison />

Condition control that provides support for comparing a property of a blog-related Group object to a static value.

<CSControl:GroupCollapsableArea />

Implementation of the CollapsableAreaBase control that collapses/expands group data using the User.MinimizedGroups property.

<CSControl:GroupData />

Single value control that provides access to Group data.

<CSControl:GroupList />

List control providing access to Group objects.

<CSControl:GroupPropertyComparison />

Condition control that provides support for comparing two properties of a Group object.

<CSControl:GroupPropertyValueComparison />

Condition control that provides support for comparing a property of a Group object to a static value.

<CSControl:GroupVisibilityToggleButton />

Implementation of the ToggleButton control that toggles the User.GroupIgnoreFilter for the current group and accessing user.

<CSForum:GroupData />

Single value control that provides access to Forum-related Group data and links.

<CSForum:GroupEditableData />

Single value control supporting and inline editing of forum-related Group data. Data is editable by forum administrators only.

<CSForum:GroupList />

List control providing access to forum-related Group objects.

<CSForum:GroupPropertyComparison />

Condition control that provides support for comparing two properties of a forum-related Group object.

<CSForum:GroupPropertyValueComparison />

Condition control that provides support for comparing a property of a forum-related Group object to a static value.

<CSHub:GroupData />

Single value control that provides access to hub-related Group data and links.

<CSHub:GroupList />

List control providing access to blog-related Group objects.

<CSHub:GroupPropertyComparison />

Condition control that provides support for comparing two properties of a hub-related Group object.

<CSHub:GroupPropertyValueComparison />

Condition control that provides support for comparing a property of a hub-related Group object to a static value.

<CSMedia:GroupData />

Single value control that provides access to file-related Group data and links.

<CSMedia:GroupList />

List control providing access to file-related Group objects.

<CSMedia:GroupPropertyComparison />

Condition control that provides support for comparing two properties of a file-related Group object.

<CSMedia:GroupPropertyValueComparison />

Condition control that provides support for comparing a property of a file-related Group object to a static value.
Valid XHTML 1.0 Transitional Powered by Community Server (Commercial Edition), by Telligent Systems blogmailr enabled
© 2006-2008 Ben Tiedt
Sign in