Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 758dea0

Browse files
Merge pull request #1606 from erwinvanhunen/dev
Updated help
2 parents 7df88f7 + 4abd79c commit 758dea0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Commands/Taxonomy/ImportTaxonomy.cs

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ namespace SharePointPnP.PowerShell.Commands.Taxonomy
1818
Code = @"PS:> Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'",
1919
Remarks = "Creates a new termgroup, 'Company', a termset 'Locations', a term 'Stockholm' and two subterms: 'Central', and 'North'",
2020
SortOrder = 2)]
21+
[CmdletExample(
22+
Code = @"PS:> Import-PnPTaxonomy -Path ./mytaxonomyterms.txt",
23+
Remarks = "Imports the taxonomy from the file specified. Each line has to be in the format TERMGROUP|TERMSET|TERM. See example 2 for examples of the format.",
24+
SortOrder = 3)]
2125
public class ImportTaxonomy : PnPCmdlet
2226
{
2327

0 commit comments

Comments
 (0)