static void Main(string[] args)
{
String sURL = "http://xxxxx/sites/yyyyy";
ClientContext clientContext = new ClientContext( sURL);
GroupCollection collGroup = clientContext.Web.SiteGroups;
clientContext.Load(collGroup);
clientContext.Load(collGroup);
//groups => groups.Include(
// group => group.Owner));
clientContext.ExecuteQuery();
foreach (Group oGroup in collGroup)
{
Console.WriteLine(oGroup.Title +"== "+ oGroup.OwnerTitle);
}
Console.ReadLine();
}
1 comment:
The report center serves the purpose through a centralized hub that is specifically meant for information delivery.
Sharepoint is a kind of central platform that helps business people during the work on different types of documents and projects.
Sharepoint Consulting
Post a Comment