SPUserCustomActionRegistrationType Enumeration
SharePoint 2010
Enum type of user custom action registration types definitions. Represents a registration type of an instance of a SPUserCustomAction class.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
| 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. |