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)

Syntax

'Declaration
Public Enumeration SPUserCustomActionScope
'Usage
Dim instance As SPUserCustomActionScope
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.

See also

Reference

Microsoft.SharePoint namespace