Skip to content

Commit bc4daf6

Browse files
Merge pull request #8555 from bcameron1231/patch-19
Updating Document for Clarity
2 parents 0fb0991 + 7d0fdd0 commit bc4daf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general-development/how-to-add-a-geolocation-column-to-a-list-programmatically-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add a Geolocation column to a list programmatically in SharePoint
33
description: Learn how to programmatically add a Geolocation column to a list in SharePoint. Integrate ___location information and maps in SharePoint lists and ___location-based websites by using the new Geolocation field creating your own Geolocation-based field type.
4-
ms.date: 06/09/2022
4+
ms.date: 11/08/2022
55
ms.prod: sharepoint
66
ms.assetid: f31a3594-c328-4731-b8eb-5da6b85103ad
77
ms.localizationpriority: high
@@ -44,7 +44,7 @@ An MSI package named SQLSysClrTypes.msi must be installed on every SharePoint fr
4444
Follow these steps to add the Geolocation column to a list. This must be done programmatically with CSOM or PowerShell
4545

4646
### To add the Geolocation column to a list using PnP PowerShell
47-
1. Open the SharePoint Online Management Shell
47+
1. Open PowerShell
4848
2. Connect to the site you wish to add the column to
4949
```csharp
5050
Connect-PnPOnline -url "https://TENANT.sharepoint.com/sites/SITEURL"

0 commit comments

Comments
 (0)