If you have the following setup on the Episerver CMS: Variation Content -> Content Area -> Block.
When you're trying to publish the Block (or even delete it) there's aparently no way Episerver to know if that Block is being referenced anywhere.
The following options were tested: - Getting a SoftLink to that Block using the method Load from the IContentSoftLinkRepository. - Getting the References to that Block using the method GetReferencesToContent from the IContentRepository.
Hi,
If you have the following setup on the Episerver CMS: Variation Content -> Content Area -> Block.
When you're trying to publish the Block (or even delete it) there's aparently no way Episerver to know if that Block is being referenced anywhere.
The following options were tested:
- Getting a SoftLink to that Block using the method Load from the IContentSoftLinkRepository.
- Getting the References to that Block using the method GetReferencesToContent from the IContentRepository.
Is this a bug or am I doing something wrong?
Thanks