UserCustomActionScope enumeration

Specifies the scope of the custom action.

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

Syntax

'Declaration
Public Enumeration UserCustomActionScope
'Usage
Dim instance As UserCustomActionScope
public enum UserCustomActionScope

Members

Member 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

Microsoft.SharePoint.Client namespace