SPUserCustomActionRegistrationType enumeration
SharePoint 2013
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)
| 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. |
Show: