SearchItemType
public enum SearchItemType : BoxEnum
Defines type of objects to include in the search results
-
Object type file
Declaration
Swift
case file
-
Object type folder
Declaration
Swift
case folder
-
Object type weblink
Declaration
Swift
case webLink
-
A custom object type defined for searching that is not yet implemented.
Declaration
Swift
case customValue(String)
-
Initializer.
Declaration
Swift
public init(_ value: String)
Parameters
value
String representation of SearchItemType
-
Returns string representation of searched item type.
Declaration
Swift
public var description: String { get }