namespaceTimeline.Models{publicenumTimelineVisibility{/// <summary>/// All people including those without accounts./// </summary>Public,/// <summary>/// Only people signed in./// </summary>Register,/// <summary>/// Only member./// </summary>Private}}