GroupAddingOptions
public struct GroupAddingOptions : OptionSet
Options passed when adding new groups.
-
Raw value.
Declaration
Swift
public let rawValue: Int
-
Initializes the options with the raw value.
Declaration
Swift
public init(rawValue: Int)
Parameters
rawValue
raw value.
-
Create group without reference to folder
Declaration
Swift
public static let withoutFolder: GroupAddingOptions