Skip to content

Commit 7e25882

Browse files
author
Trevor Seward
authored
Update Import-SPAppPackage.md
Clarity for #1543
1 parent ee3e187 commit 7e25882

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Import-SPAppPackage.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,19 @@ Accept wildcard characters: False
5151
```
5252
5353
### -Source
54-
Defines the source of the app.
54+
Defines the source of the app. The source indicates where the app package originates from, for example, if the app was built by a developer but did not reside on the SharePoint Marketplace, you might use the CorporateCatalog source.
5555
5656
The following are valid values:
5757
5858
InvalidSource, Marketplace, CorporateCatalog, DeveloperSite, ObjectModel, RemoteObjectModel
5959
6060
The following are valid sources (not parameters of -Source) of the app:
6161
62-
--SharePoint Store
62+
--SharePoint Store (Marketplace)
6363
64-
--App catalog
64+
--App catalog (CorporateCatalog)
6565
66-
--SharePointService- Indicates apps that were built in place with SharePoint features, for example Access
67-
Services.
66+
--SharePointService - Indicates apps that were built in place with SharePoint features, for example Access Services (ObjectModel)
6867
6968
7069
```yaml

0 commit comments

Comments
 (0)