Getting Parent ID in Latest CMS Made Simple
Posted: Thu May 02, 2013 8:19 pm
It appears that upgrading the CMS has broken the CMSMS API -
Can anyone tell me how to get the parent ID in the latest version of the API?
What's wrong with the script below - worked before.
$gCms = cmsms();
$contentops = $gCms->GetContentOperations();
$content_obj = $contentops->getContentObject();
$parent_id = $content_obj->ParentId();
$alias = $content_obj->Alias();
Can anyone tell me how to get the parent ID in the latest version of the API?
What's wrong with the script below - worked before.
$gCms = cmsms();
$contentops = $gCms->GetContentOperations();
$content_obj = $contentops->getContentObject();
$parent_id = $content_obj->ParentId();
$alias = $content_obj->Alias();