Swiftriver\Core\DAL\DataContextInterfaces\IContentDataContext::DeleteContent PHP Method

DeleteContent() public static method

Given an array of content items, this method removes them from the data store.
public static DeleteContent ( Content[] $content )
$content Swiftriver\Core\ObjectModel\Content[]
    public static function DeleteContent($content);