SearchCriteriaPublishedStatus

public enum SearchCriteriaPublishedStatus

This only applies when we are logged in as an admin. We can search for published, unpublished, or both kinds of meetings. Additionally, this only applies to meetings that are under the logged-in admin’s control. Meetings outside their control will always only show published meetings.

  • Only show meetings that are marked as “unpublished” (and are also in the control of the logged-in adminstrator).

    Declaration

    Swift

    case Unpublished
  • Only show published meetings.

    Declaration

    Swift

    case Published
  • Show both published and unpublished meetings.

    Declaration

    Swift

    case Both