You are here

function CMISService::getPropertiesOfLatestVersion in CMIS API 7

Same name and namespace in other branches
  1. 6.4 cmis_common/lib/cmis_repository_wrapper.php \CMISService::getPropertiesOfLatestVersion()
  2. 6.3 cmis_common/lib/cmis_repository_wrapper.php \CMISService::getPropertiesOfLatestVersion()

File

cmis_common/lib/cmis_repository_wrapper.php, line 953

Class

CMISService

Code

function getPropertiesOfLatestVersion($objectId, $options = array()) {
  throw Exception("Not Implemented");
}