Skip to content

Get WebCreator

Doug Ware edited this page Aug 18, 2016 · 1 revision

Get-WebCreator

SYNOPSIS

Populates or updates a web definition by comparing a site with customizations to a base site

SYNTAX

Get-WebCreator [-SourceClientContext] <ClientContext> [-BaseClientContext] <ClientContext> [-SiteDefinition <SiteDefinition>] [-WebDefinition <WebCreator>] [-AppManifest <AppManifestBase>] [-Options <WebCreatorBuilderOptions>] [-VerboseNotify] [<CommonParameters>]

DESCRIPTION

Populates or updates a web creator in a site definition or an app manifest by comparing a site with customizations to a base site.

If this operation is done with a site defintion it will also create or update the first app manifest.

Get-WebCreator will download files using the storage information included in the site definition or app manifest.

For more detail about the operation as it executes, include the -VerboseNotify switch.

Clone this wiki locally