Security Settings Programatic formats - some don't work

  •  04-26-2007, 2:43 PM

    Security Settings Programatic formats - some don't work

    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