class CCL::PluginPresentation::SortFolderTraits

Common interface for handling plug-in sort folders and favorite folders.

class SortFolderTraits: public FolderTraits
{
public:
    // methods

    String getFolder (UIDRef cid) const;
    void setFolder (UIDRef cid, StringRef folder) const;
    SortFolderList* getFolderList (StringRef category) const;
};