Ex: Listitem i = ........; i.DeleteObject(); Now, in my code , I'm using this snippet:foreach (Group grpsSP in collGroup)
{
if (grpsSP.Title.Equals((grup.PK_Site).ToString() + "-1"))
{
grpsSP.
clientContext.ExecuteQuery();
clientContext.ExecuteQuery();
}
}
but on the grpsSP object I don't find any reference to a Delete() method.
Has anyone any idea about witch classes should I invoke to get the delete method?
thanks!
Replies
Know the answer? Post it — somebody with the same question will find it here.