Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the scope of the custom action.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); 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. |