SP.UserCustomActionRegistrationType Enumeration
Applies to: SharePoint Foundation 2010
Specifies the type of object associated with the custom action.
Values
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. |