SP.UserCustomActionScope Enumeration

Applies to: SharePoint Foundation 2010

Specifies the scope of the custom action.

Values

Name

Description

unknown

Enumeration whose values specify that the scope of the custom action is not specified. The value = 0.

site

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

web

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

list

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

See Also

Reference

SP Namespace