UserCustomActionScope enumeration

Specifies the scope of the custom action.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
UnknownEnumeration whose values specify that the scope of the custom action is not specified. The value = 0.
SiteEnumeration whose values specify that the scope of the custom action is limited to a site collection. The value = 2.
WebEnumeration whose values specify that the scope of the custom action is limited to a site. The value = 3.
ListEnumeration whose values specify that the scope of the custom action is limited to a list. The value = 4.
Show: