Re: More granular security

  •  05-04-2010, 11:00 AM

    Re: More granular security

    Thank you for the workaround. That will be fine.
     
    However, I would like to suggest that you include this in a future version: the ability to programatically set these permissions without having to edit some of your source files. What I imagine is something like the following:
     
    1. cm_htmlcontent.SetSecurityAllowModifyTemplate(false);
    2. cm_htmlcontent.SetSecurityAllowModifyImage(true);
    3. cm_htmlcontent.SetSecurityAllowModifyFlash(false);
    4. cm_htmlcontent.SetSecurityAllowDeleteTemplate(false);
    5. cm_htmlcontent.SetSecurityAllowDeleteImage(true);
    6. cm_htmlcontent.SetSecurityAllowDeleteFlash(true);
     
View Complete Thread