CIOGroup
@objc
public class CIOGroup : NSObject
Struct encapsulating a group
-
Display name of the group (or category)
Declaration
Swift
public let displayName: String -
Group ID
Declaration
Swift
public let groupID: String -
The full path of the group hierarchy
Declaration
Swift
public let path: String? -
Create a group
Declaration
Swift
public init(displayName: String, groupID: String, path: String?)Parameters
displayNameDisplay nam eof the group
groupIDGroup ID
pathThe full path of the group hierarchy