use of com.enonic.xp.content.DeleteContentParams in project xp by enonic.
the class ContentServiceImplTest_publish method doDelete.
private void doDelete(final ContentPath f1Path, boolean instantly) {
final DeleteContentParams deleteContentParams = DeleteContentParams.create().contentPath(f1Path).deleteOnline(instantly).build();
this.contentService.deleteWithoutFetch(deleteContentParams);
}
Aggregations