SCSCategoryGroup
@interface SCSCategoryGroup : NSObjectA SCSCategoryGroup represents a data category group. A category group 
contains a hierarchical tree of data categories.
Refer to SCSCategory for a representation of data categories.
- 
                  
                  Unique category group name. DeclarationObjective-C @property (readonly, copy, nonatomic) NSString *_Nonnull name;Swift var name: String { get }
- 
                  
                  Label, or display name, for this category group. DeclarationObjective-C @property (readonly, copy, nonatomic) NSString *_Nonnull label;Swift var label: String { get }
- 
                  
                  String describing which types of objects this category group can be used for. DeclarationObjective-C @property (readonly, copy, nonatomic) NSString *_Nonnull objectUsage;Swift var objectUsage: String { get }
- 
                  
                  Array of root-level child categories within this category group. See SCSCategoryDeclarationObjective-C @property (readonly, strong, nonatomic) NSArray<SCSCategory *> *_Nonnull childCategories;Swift var childCategories: [SCSCategory] { get }
- 
                  
                  The knowledge manager this category group belongs to. If this value becomes nil, the article instance should be considered invalid and should be removed or released.DeclarationObjective-C @property (readonly, nonatomic) SCSKnowledgeManager *_Nullable manager;Swift weak var manager: SCSKnowledgeManager? { get }
- 
                  
                  Returns a category within this category group that matches the specified name. DeclarationObjective-C - (nullable SCSCategory *)categoryWithName:(nonnull NSString *)name;Swift func category(withName name: String) -> SCSCategory?ParametersnameCategory name. Return ValueSCSCategory instance matching the specified category name, or nilif no child category is found.
- 
                  
                  Returns a string suitable for debugging that displays the contents of the category group tree. DeclarationObjective-C @property (readonly, copy, atomic) NSString *_Nonnull debugDescription;Swift var debugDescription: String { get }
 Install in Dash
            Install in Dash
           SCSCategoryGroup Class Reference
      SCSCategoryGroup Class Reference