Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 588 Bytes

AddSPOWikiPage.md

File metadata and controls

22 lines (17 loc) · 588 Bytes

#Add-SPOWikiPage Topic automatically generated on: 2015-10-13

Adds a wiki page ##Syntax

Add-SPOWikiPage -Content <String> -ServerRelativePageUrl <String> [-Web <WebPipeBind>]
Add-SPOWikiPage -Layout <WikiPageLayout> -ServerRelativePageUrl <String> [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Content String True
Layout WikiPageLayout True
ServerRelativePageUrl String True
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.