List all custom actions at the given scope.
- command:
spo customaction list --url|-u <url> --scope|-s [scope]
- url of the site/web to retrieve custom actions for
- scope to retrieve custom actions for. Allowed values Site|Web|All. Default All
- requires connection to a SharePoint site
Decide which properties should be retrieved. Given that there can be many custom action defined at the given scope, this command should ideally include the minimum set of properties. To get all properties for the given custom action, users can run the spo customaction get command.
More information at https://msdn.microsoft.com/en-us/pnp_powershell/getpnpcustomaction
List all custom actions at the given scope.
spo customaction list --url|-u <url> --scope|-s [scope]Decide which properties should be retrieved. Given that there can be many custom action defined at the given scope, this command should ideally include the minimum set of properties. To get all properties for the given custom action, users can run the
spo customaction getcommand.More information at https://msdn.microsoft.com/en-us/pnp_powershell/getpnpcustomaction