Re: More granular security

  •  05-05-2010, 3:18 AM

    Re: More granular security

    frJericho:
    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);
     
     
    We will add more options in future versions. Thanks for your advice.
     
    Regards,
     
    ken
View Complete Thread