UserCustomActionScope enumeration
SharePoint Online
Specifies the scope of the custom action.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| 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. |
Show: