Re: Different upload folder per editor instance

  •  10-04-2009, 3:55 AM

    Re: Different upload folder per editor instance

    Hi,
     
    You can also use this methods :
     
      public void SetSecurityTemplateGalleryPath(string path)
      {
         Setting["security:TemplateGalleryPath"]=path;
      }
     
    Or use
     
    Editor1.Setting["security:TemplateGalleryPath"]=path;
    to set the security settings.
     
    Regards,
    Terry
     
View Complete Thread