Skip to content

Commit ee68b20

Browse files
Merge pull request SharePoint#6398 from hermansolberg/patch-2
Update groupify-csom.md
2 parents 97c7cfa + 82819b7 commit ee68b20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/features/groupify/groupify-csom.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connect to new Microsoft 365 group - CSOM development
33
description: Client-side object model development for connecting to a new Microsoft 365 group operation.
4-
ms.date: 4/23/2018
4+
ms.date: 10/21/2020
55
localization_priority: Priority
66
---
77

@@ -44,6 +44,7 @@ foreach (char c in pwd.ToCharArray()) passWord.AppendChar(c);
4444
ctx.Credentials = new SharePointOnlineCredentials("[email protected]", passWord);
4545
Tenant tenant = new Tenant(ctx);
4646
tenant.CreateGroupForSite("https://contoso.sharepoint.com/sites/team-site", "display-name-for-group", "alias-for-group", true);
47+
ctx.ExecuteQuery();
4748
```
4849

4950

0 commit comments

Comments
 (0)