SCQueryMethod

enum SCQueryMethod {}

Knowledge article query method.

  • Unknown query method.

    Declaration

    Objective-C

    SCQueryMethodUnknown

    Swift

    case unknown = 0
  • Query above the specified category.

    Declaration

    Objective-C

    SCQueryMethodAbove

    Swift

    case above = 1
  • Query below the specified category.

    Declaration

    Objective-C

    SCQueryMethodBelow

    Swift

    case below = 2
  • Query above or below the specified category.

    Declaration

    Objective-C

    SCQueryMethodAboveOrBelow

    Swift

    case aboveOrBelow = 3
  • Query within the specified category.

    Declaration

    Objective-C

    SCQueryMethodAt

    Swift

    case at = 4