Setting List Item Permissions Programatically in sharepoint
I am setting permissions on a individual SPListItem. I’ll create a Role Assignment (which essentially represents the user), bind a Role Definition to the Assignment (such as “Full Control”, etc.), then add the Role Assignment to the object’s RoleAssignments collection. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 […]
March 13, 2012
·
Infoyen ·
No Comments
Tags: MOSS, read list items from sharepoint, SharePoint, SharePoint 2010 · Posted in: List, MOSS, SharePoint
Sharepoint Retrieve List Item Using CAML And SPQuery
Description: This article will show you how to get items from sharepoint list or document library with greater performance. This function is generic method which can be use in sharepoint implementation where you required to get list items. Before you query, you should have below inputs: 1. Site Url 2. List Name 3. Caml query […]
February 24, 2012
·
Infoyen ·
7 Comments
Tags: Accessing list items using the sharepoint object model, CAML Query, get list items from sharepoint list, Programmatically get list items from sharepoint list or library, read list items from sharepoint, Read sharepoint list using caml and SPQuery, SPQuery, Using CAML and SPQuery · Posted in: CAML, List, MOSS, SharePoint