Message 1 of 1
DataBase SecurityParameters

Not applicable
09-11-2009
01:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm saving a drawing to a remote file server. However, when i save it using the following code only the original creator is able to open it.
document.Database.SaveAs(drawing.FilePathName, True, DwgVersion.Current, Nothing)
I'm wondering if I can save the drawing and specify that anyone has full permissions for the drawing.
I'm looking at Database.SecurityParameters but I don't see anything in particular that specify file permissions.
Is this possible?
thanks
I'm saving a drawing to a remote file server. However, when i save it using the following code only the original creator is able to open it.
document.Database.SaveAs(drawing.FilePathName, True, DwgVersion.Current, Nothing)
I'm wondering if I can save the drawing and specify that anyone has full permissions for the drawing.
I'm looking at Database.SecurityParameters but I don't see anything in particular that specify file permissions.
Is this possible?
thanks