Archive for June 25, 2012
Add User To SharePoint Group Programmatically
Introduction: In this article I will describe that how to add Share point user to share point group programmatically. This will use below terms:- 1. AllowUnsafeUpdates: Before we update we will set AllowUnsafeUpdates to true. 2. SPGroup: We will create object sharepoint group in which we need to user. 3. AddUser: SPGroup.AddUser will add user […]
June 25, 2012
В·
Infoyen В·
2 Comments
Tags: MOSS, SharePoint В· Posted in: General, MOSS, Security, SharePoint