Deleting web media blocks
Posted: Sun Mar 05, 2006 7:23 pm
Looks like the .Net template project created a default media block with the same name as my project name. I believe this media block was created to go hand in hand with a “Feature” also created by default.
Since my deployment it’s installed all at once and don’t require the use of features, I went ahead and deleted the feature but the web media block remained. I tried to delete the media block using the visual interface and it does not seem to be possible.
Is the reason why a web media not allowed to be deleted using the visual interface because we are not supposed to do that?
My other questing is. If I was to delete the web media block from the script do I need to delete the following?
[DEFINE WEB MEDIA MyProjectName]
If Variable SELECT Equals TRUE
end
Since my deployment it’s installed all at once and don’t require the use of features, I went ahead and deleted the feature but the web media block remained. I tried to delete the media block using the visual interface and it does not seem to be possible.
Is the reason why a web media not allowed to be deleted using the visual interface because we are not supposed to do that?
My other questing is. If I was to delete the web media block from the script do I need to delete the following?
[DEFINE WEB MEDIA MyProjectName]
If Variable SELECT Equals TRUE
end