wss Questions
2
Solved
I am trying to copy a file from sharepoint to a unc path. I am using the following code:
var id = new WindowsIdentity("[email protected]");
var p = new WindowsPrincipal(id);
var wic = id.I...
Palestine asked 1/9, 2009 at 17:33
1
© 2022 - 2024 — McMap. All rights reserved.