Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 578 Bytes

SetSPOWikiPageContent.md

File metadata and controls

20 lines (16 loc) · 578 Bytes

#Set-SPOWikiPageContent Sets the contents of a wikipage ##Syntax

Set-SPOWikiPageContent -Path <String> -ServerRelativePageUrl <String> [-Web <WebPipeBind>]
Set-SPOWikiPageContent -Content <String> -ServerRelativePageUrl <String> [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Content String True
Path String True
ServerRelativePageUrl String True Site Relative Page Url
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.