SearchableItemType

public enum SearchableItemType : Int
  • Declaration

    Swift

    case Name = 1
  • Declaration

    Swift

    case Category = 2
  • Declaration

    Swift

    case CategoryTags = 3
  • Declaration

    Swift

    case Keywords = 4
  • Declaration

    Swift

    case BuildingName = 5
  • Declaration

    Swift

    case Other