UserCustomActionRegistrationType enumeration
SharePoint 2013
Specifies the type of object associated with the custom action.
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| 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. |