SPUserCustomActionRegistrationType enumeration

Enum type of user custom action registration types definitions. Represents a registration type of an instance of a SPUserCustomAction class.

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

Syntax

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

Members

Member name Description
None Unknown registration type.
List Registration type indicates a List type user custom action.
ContentType Registration type indicates a Content type user custom action.
ProgId Registration type indicates a ProgId type user custom action.
FileType Registration type indicates a File type user custom action.

See also

Reference

Microsoft.SharePoint namespace