sharepoint items accessing using c#

  • Thread starter Thread starter Chandrika1996
  • Start date Start date
C

Chandrika1996

Guest

i am passing 2 values two the function based on these 2 values it should filter the data and fetch the item from the list

example:

foreach(String Impact in Impacts)
{


ListItem sample = GetDetails("item1", Impact)

}


how i need to proceedd in the GetDetails function



Continue reading...
 
Back
Top