Sitemap

Saturday, April 4, 2015

UCM: Creating a Top Level Folder with No Parent Folder

Out of the box two folders are created and they are Contribution Folder and Library Folders. If you want to create another top level folder you can use the IDC Service COLLECTION_ADD. You can call this service through HTTP by executing the following command in a browser window:

http://HOST_NAME/cs/idcplg?IdcService=COLLECTION_ADD&hasParentCollectionID=true&dParentCollectionID=-1&dCollectionName=FOLDER_NAME&force=1&idcToken=IDC_TOKEN

where
HOST_NAME is your Content Server’s host/cluster name
FOLDER_NAME is the Name of the Parent Folder you want to create
IDC_TOKEN is your environments unique token. You can find this by performing the following:
Click on Browse Content > Contribution Folders > View source in Browser > Click Edit > Find: idcToken

No comments:

Post a Comment