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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableTypeAttribute(Name := "UserCustomActionRegistrationType")> _
<SubsetCallableTypeAttribute> _
Public Enumeration SPUserCustomActionRegistrationType
'Usage
Dim instance As SPUserCustomActionRegistrationType
[ClientCallableTypeAttribute(Name = "UserCustomActionRegistrationType")]
[SubsetCallableTypeAttribute]
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