UserCustomActionRegistrationType enumeration

Specifies the type of object associated with the custom action.

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

Syntax

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

Members

Member name Description
None Enumeration whose values specify that the object association is not specified. The value = 0.
List Enumeration whose values specify that the custom action is associated with a list. The value = 1.
ContentType Enumeration whose values specify that the custom action is associated with a content type. The value = 2.
ProgId Enumeration whose values specify that the custom action is associated with a ProgID. The value = 3.
FileType Enumeration whose values specify that the custom action is associated with a file extension. The value = 4.

See also

Reference

Microsoft.SharePoint.Client namespace