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)

No code example is currently available or this language may not be supported.

Member nameDescription
NoneEnumeration whose values specify that the object association is not specified. The value = 0.
ListEnumeration whose values specify that the custom action is associated with a list. The value = 1.
ContentTypeEnumeration whose values specify that the custom action is associated with a content type. The value = 2.
ProgIdEnumeration whose values specify that the custom action is associated with a ProgID. The value = 3.
FileTypeEnumeration whose values specify that the custom action is associated with a file extension. The value = 4.
Show: