Discussions

Either the content you're seeking doesn't exist or it requires proper authentication before viewing.

User Control Name ws:Discussions
Parameters to use for the above displayed user control NumberToShow="5" ReadMoreText="more" ContentLength="50" SubjectLength="50" PostMessageLinkText="post" PostMessageToolTipText="Post a message" HideIfNoData="False" ShowPicture="True" ShowIfNotLoggedIn="True" ShowEgroupName="True" ShowContributor="True" ShowPostDateTime="True" ShowContent="True" ShowAllDiscussions="True" IgnoreStaff="False" ShowMessageMoreLink="True" IncludeEligiblePosts="False" ShowPostMessageLink="True"
Standard Properties

MemberKey - The member key of the user viewing the control. This is the membership system's key, not the Higher Logic key.

Title - The title to show at the top of this control. If not supplied, no title will show.

CssClass - The Cascading Style Sheet class used to wrap the entire control.

NoDataText - The text to show if no data is returned using the given criteria.

NotLoggedInNoDataText - The text to show if no data is returned using the given criteria and the user is not logged in.

HideIfNoData - Whether or not to hide the control if no data is found. If true, the control will be hidden if no data is found; if false or not supplied the NoDataText message will be shown

MemberKeyIfNotLoggedIn - The member key of the user viewing the control if not logged in. This is the membership system's key, not the Higher Logic key.

User Control Parameters for control: ws:Discussions

NumberToShow - The maximum number of Announcements that will show at one time. The default is 5.

IgnoreStaff - Gets or sets an indicator of whether or not to show the admin discussions.

IncludeEligiblePosts - Default value is true. Whether to show user eligible discussions.

ShowIfNotLoggedIn - Default value is true. Show if the user is not loggedin.

SubjectLength - To limit the subject character length.

ContentLength - To limit the content character length.

ShowPicture - Gets or sets an indicator of whether or not to show the picture of the author.

ShowEgroupName - Gets or sets an indicator of whether or not to show the eGroup name.

ShowContributor - Gets or sets an indicator of whether or not to show the contributor name.

ShowPostDateTime - Gets or sets an indicator of whether or not to show the posted dateTime.

ShowContent - Gets or sets an indicator of whether or not to show the discussion content.

ShowAllDiscussions - Default value is false. Set to show all eGroup discussions.

ShowMessageMoreLink - Default value is true. Set to show discussion read more link.

ReadMoreText - The text of the read more, that is shown when the ShowMessageMoreLink property is true.

ShowPostMessageLink - Gets or sets an indicator of whether or not to post a new message link.

PostMessageLinkText - Post a new message link text.

PostMessageToolTipText - Post a new message link tool tip text.

MoreLinkText - The text of the "More" discussions, that is shown when the number of discussions is more than the NumberToShow allows.

MoreLinkUrl - We can set the more link Url by this property.

Target - The target window or frame in which to the page that shows the discussion description opens.