This site has been archived. To learn more about our current products Ibexa Content, Ibexa Experience, Ibexa Commerce head over to the Ibexa Developer Portal
Wednesday 24 January 2018 9:45:57 am
Hi,
How can I delete the BinaryFile FieldType with the content and the file?
I tried this way:
$contentUpdateStruct = $contentService->newContentUpdateStruct(); $contentUpdateStruct->initialLanguageCode = 'eng-GB'; $contentUpdateStruct->setField('file', NULL); //does not delete the file
Modified on Wednesday 24 January 2018 10:49:55 am by Kamil Góralewski
You must be logged in to post messages in this topic!