Documentation

COTag documentation

COTagLibrary : COLibrary

COTagLibrary manages a large tag collection organized into tag groups.

AuthorsGenerated by qmathe
Declared inCOTag.h

Overview

A tag library content is restricted to COTag objects.

To access and change the library tags, use COCollection API. For example, -content returns all the tags in the libary.

For organizing tags, see -tagGroups .

Although multiple tag libraries can be created, it is usual to use a single library per CoreObject store. See -[COEditingContext tagLibrary] .


Organizing Tags

- (NSArray *) tagGroups

The tag categories used to organize the tags in the library.

    - (void) setTagGroups: (NSArray *)tagGroups

    The tag categories used to organize the tags in the library.