jmccarrell,
>>My understanding is this IS the way to get security configuration information. Correct?
Please use the following method:
CuteEditor.Impl.EditorProvider provider;
CuteEditor.Impl.SecuritySetting secset;
provider=CuteEditor.Impl.EditorProvider.CreateInstance(Context);
secset = provider.LoadSecurity();
SecuritySetting hase the following public properties:
public string filenamePattern = @"^[a-zA-Z0-9\._-]+$";
public bool RestrictUploadedImageDimension;
public bool OverWriteExistingUploadedFile;
public bool AutoResizeUploadedImages;
public bool UseTimeStampRenameUploadedFiles;
public int MaxImageWidth=640;
public int MaxImageHeight=480;
public int MaxImageSize=100;
public int MaxMediaSize=100;
public int MaxFlashSize=100;
public int MaxDocumentSize=100;
public int MaxTemplateSize=100;
public long MaxImageFolderSize=102400;
public long MaxMediaFolderSize=102400;
public long MaxFlashFolderSize=102400;
public long MaxDocumentFolderSize=102400;
public long MaxTemplateFolderSize=102400;
public string ImageGalleryPath="~/Uploads";
public string MediaGalleryPath="~/Uploads";
public string TemplateGalleryPath="~/templates";
public string FlashGalleryPath="~/Uploads";
public string FilesGalleryPath="~/Uploads";
public string FileNamePrefix="";
public int ThumbnailWidth=80;
public int ThumbnailHeight=80;
public int ThumbnailColumns=5;
public int ThumbnailRows=3;
public bool AllowUpload=true;
public bool AllowRename=true;
public bool AllowDelete=true;
public bool AllowModify=true;
public bool AllowCreateFolder=true;
public bool AllowDeleteFolder=true;
public bool AllowMove=true;
public bool AllowCopy=true;
public ArrayList ImageFilters=new ArrayList();
public ArrayList MediaFilters=new ArrayList();
public ArrayList DocumentFilters=new ArrayList();
public ArrayList TemplateFilters=new ArrayList();
Hope it helps.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx