Skip to content

Get UserCustomActionCreators

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

Get-UserCustomActionCreators

SYNOPSIS

Reads either all UserCustomActions or a single UserCustomAction by Title from a SharePoint site or web and optionally adds the result to a manifest.

SYNTAX

Get-UserCustomActionCreators [-ClientContext] <ClientContext> [-Web <Web>] [-CustomActionTitle <String>] [-AppManifest <AppManifestBase>] [-SiteScope <Boolean>] [-VerboseNotify] [<CommonParameters>]

DESCRIPTION

Reads either all UserCustomActions or a single UserCustomAction by Title from a SharePoint site or web and optionally adds the result to a manifest.

Note that custom actions associated with a list are included when you use the Get-ListCreator command.

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