public static boolean allowRemoveProperty(java.lang.String param0) {
    org.sakaiproject.content.api.ContentHostingService service = getInstance();
    if (service == null) return false;

    return service.allowRemoveProperty(param0);
  }