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

    displayName

    Display nam eof the group

    groupID

    Group ID

    path

    The full path of the group hierarchy