Add the below namespace.
using System.Linq;
public static bool UserExist(this SPUser user, string groupName)
{
return user.Groups.Cast
}
To query SharePoint List or Document Library in specific Folder “ FolderServerRelativeUrl ” as part of the CAML Query Code Snippet ...
No comments:
Post a Comment