Tagged Questions
0
votes
2answers
27 views
Capture SharePoint role group and group members?
For our audit process I need to regularly capture all of our SharePoint role groups (for our main site collection) and the members in each group. Is there a reliable way to approach this problem?
1
vote
2answers
322 views
How to retrieve Users and Groups seperately from a “Person or Group” column via C# code?
I have a field in the discussion list, which allows the initiator of the discussion to specify the people to share the discussion with.
This field is typed as 'Person or Group' that allows selection ...
0
votes
1answer
361 views
Downloading files from sharepoint programmatically C#
I would like to know what are benefits/drawbacks when using either of these methods for downloading a document from Sharepoint
using Microsoft sharepoint library
public void Download(string ...
0
votes
1answer
498 views
Downloading files from sharepoint programmatically C#
I would like to know what are benefits/drawbacks when using either of these methods for downloading a document from Sharepoint
using Microsoft sharepoint library
public void Download(string ...
3
votes
2answers
95 views
.NET forms for SharePoint 2010 without InfoPath
Afternoon all,
Can anyone advise if it's possible to create forms for SharePoint 2010 Standard (to submit to a list) without using InfoPath? My version of the product doesn't have InfoPath Services.
...
0
votes
0answers
73 views
Authenticate Site Minder using httpwebrequest and httpwebresponse
We are trying to authenticate the site Minder by using httpWebRequest and httpWebResponse and read the cookies. But we are unable to get the cookies
string url = "https://xxxx/login.jsp";
...
0
votes
1answer
59 views
Blog Site in Anonymous Use in SharePoint 2010
Trying to setup anonymous access to a SharePoint 2010 blog following:
http://www.sharepointblues.com/2010/12/22/blog-site-in-anonymous-use/
I am not sure what I am doing wrong but the source code is ...
0
votes
1answer
137 views
How to Integrate STSADM command within Windows Form App
I am developing a Windows Form Application which will have one option as "Export a Site" and another to "Import a Site" I want it to be done using following STSADM commands but not sure what I need to ...


