SPUserCustomActionScope Enumeration
Enumeration of user custom action scope types. Represents a scope type of an instance of a SPUserCustomAction class.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "UserCustomActionScope")> _
Public Enumeration SPUserCustomActionScope
'Usage
Dim instance As SPUserCustomActionScope
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "UserCustomActionScope")]
public enum SPUserCustomActionScope
Members
Member name | Description | |
---|---|---|
Unknown | Unknown scope. | |
Site | Type indicates a Site scope of the user custom action. | |
Web | Type indicates a Web scope of the user custom action. | |
List | Type indicates a List scope of the user custom action. |