Skip to content

Commit

Permalink
Added OfficeTemplateLibrary value to OrgAssetsType parameter
Browse files Browse the repository at this point in the history
Added "OfficeTemplateLibrary" as accepted value to "OrgAssetsType" parameter
Reference:
verified Ian Moran's blog post on "How to create an Organisation Assets library in SharePoint Online to store Office Templates":
https://regarding365.com/how-to-create-an-organisation-assets-library-in-sharepoint-online-to-store-office-templates-b19e1a435191
  • Loading branch information
Markus-Hanisch committed Feb 2, 2020
1 parent 859b989 commit 4f186c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ Accept wildcard characters: False
### -OrgAssetType
Indicates the type of content in this library. Currently supported value is ImageDocumentLibrary, which is set by default.
Indicates the type of content in this library. Currently supported values are ImageDocumentLibrary, which is set by default, and OfficeTemplateLibrary.
```yaml
Type: OrgAssetType
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Accepted values: ImageDocumentLibrary
Accepted values: ImageDocumentLibrary, OfficeTemplateLibrary

Required: False
Position: Named
Expand Down

0 comments on commit 4f186c2

Please sign in to comment.