/
The Page, Element and Mediarepository Managementservice
The Page, Element and Mediarepository Managementservice
The API functions for the pages, elements and media items are exposed through a service. Obtaining the services can be done through the Session
. The following lines of code will make the Session
, PageManagementService
, ElementManagementService
and MediaRepositoryService
available:
Session mySession = mySessionManager.getActiveSession(); PageManagementService myPageService = mySession.getPageManagementService(); ElementManagementService myElementService = mySession.getElementManagementService(); MediaRepositoryManagementService myMediaRepositoryService = mySession.getMediaRepositoryManagementService();
, multiple selections available,
Related content
Content Element Functions
Content Element Functions
More like this
The XperienCentral SessionManager
The XperienCentral SessionManager
More like this
Searching for Content
Searching for Content
More like this
Context Widget
Context Widget
More like this
Design Templates
Design Templates
More like this
Plugins
Plugins
More like this