UserCustomActionRegistrationType enumeration
SharePoint Online
Specifies the type of object associated with the custom action.
Namespace: Microsoft.SharePoint.Client
Assembly: 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. |
Show: