Customized Content Functions

Overview

Contains two functions that fetch all folders that reside within a given knowledge center (KC) and KCs within a given community.  If there are no folders or KCs inside the given root KC or community respectively a null array will be returned.

  • getFoldersFromKC() - takes single input that is the root KC id and fetches all the Folders that reside in the given KC
  • getKCsFromCommunity() - takes single input that is the root Community id and fetches all the KCs that reside inside the given Community
Anonymous