Set the parent category key for the specified category data.
#include "bb/pim/unified/unified_data_source.h"
void uds_category_data_set_parent_id(uds_category_data_t *category, uds_category_key_t parent_id)
BlackBerry 10.2.0
The category to set the parent category key for. This category is represented by a uds_category_data_t and is created using uds_category_data_create().
The unique parent category key to set, as a uds_category_key_t.
An account on a device can include categories that are used to sort or filter the information in the account. These categories can themselves include categories within them, so the parent category key indicates the category key of the parent of this category.