SearchContentType
public enum SearchContentType : BoxEnum
Defines the attributes for which the search should look for matches
-
Searching in names of items
Declaration
Swift
case name -
Searching in description of items
Declaration
Swift
case description -
Searching in files content
Declaration
Swift
case fileContents -
Searching in comments
Declaration
Swift
case comments -
Searching in tags
Declaration
Swift
case tags -
Custom attribute defined for searching that is not yet implemented.
Declaration
Swift
case customValue(String) -
Initializer.
Declaration
Swift
public init(_ value: String)Parameters
valueString representation of SearchContentType
-
Returns string representation of search area type
Declaration
Swift
public var description: String { get }
SearchContentType Enumeration Reference