Attendee

User Control Name ws:Attendee
Parameters to use for the above displayed user control NumberToShow="5" ShowIfNotLoggedIn="True" ShowCompanyName="True" ShowName="True" ShowPicture="True" ShowLocation="True" ShowRegister="True" RegisterText="Register Now!" ImageMaxHeight="50" ImageMaxWidth="50" ShowEventName="True" IgnoreHLAdmin="False"
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

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:Attendee

NumberToShow - The number of attendees to show in the list. The default is 5.

ShowIfNotLoggedIn - if true (default), will show the control if the user is not logged in. If false, the control will be invisible if the user is not logged in.

ShowPicture - If true (default), will show the picture of the attendees in the list. if false it will not.

ShowName – If true (default), will show the names of the attendees in the list. if false it will not.

ShowCompanyName – If true (default), will show the company names of the attendees in the list. if false it will not.

ShowLocation – if true (default), will show the city and state code for US or Canadian address or city and country code for all others.

EventKey – The CalendarEventKey to the event to look at. If not supplied use the next (chronologically) event that is accepting registrations

ShowRegister - If true (default) and the user is not Registered for the event in EventKey, the control will show the RegisterText as a link and clicking the link will go to the RegisterUrl. If false, it will not show the RegisterText.

RegisterText - The text to show if showing the user is not Registered for the event in EventKey. Default is "Register Now".

RegisterUrl - The URL to go to when the button is pressed if showing the RegisterText. Default is the Registration page associated with the EventKey.

ImageMaxHeight - Set the profile image height. if not supplied, use the default value 50.

ImageMaxWidth - Set the profile image width. if not supplied, use the default value 50.

ShowEventName - If true(Default), shows the Event name.

IgnoreHLAdmin - Gets or sets an indicator of whether or not to show the admin blogs. Default false.