Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Security Settings Programatic formats - some don't work
Security Settings Programatic formats - some don't work
04-26-2007, 2:43 PM
MITFrog
Joined on 02-01-2007
Posts 65
Security Settings Programatic formats - some don't work
Reply
Quote
Editor1.Setting(
"security.ImageGalleryPath"
) = tpath
does not work (no effect)
Editor1.SetSeurityImageGalleryPath(tpath)
works
Editor1.SetSecurityImageGalleryPath = tpath
error in visual studio - does not want this format
According to the documentation, the 1st and 3rd method should work, but only the second one does. I assume this is a documentation error, not a bug?
View Complete Thread