SP.UserCustomActionScope enumeration

Specifies the scope of the custom action.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.UserCustomActionScope = {list : "Undefined",site : "Undefined",unknown : "Undefined",web : "Undefined",registerEnum : "Undefined"}

Members

The UserCustomActionScope object enumeration has the following members.

Member

Value

Description

list

4

Enumeration whose values specify that the scope of the custom action is limited to a list.

site

2

Enumeration whose values specify that the scope of the custom action is limited to a site collection.

unknown

0

Enumeration whose values specify that the scope of the custom action is not specified.

web

3

Enumeration whose values specify that the scope of the custom action is limited to a site.

registerEnum

Undefined