Enum UserCustomActionRegistrationType
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Specifies the type of object associated with the custom action.
public enum UserCustomActionRegistrationType
Fields
Enumeration whose values specify that the custom action is associated with a content type. The value = 2.
Enumeration whose values specify that the custom action is associated with a file extension. The value = 4.
Enumeration whose values specify that the custom action is associated with a list. The value = 1.
Enumeration whose values specify that the object association is not specified. The value = 0.
Enumeration whose values specify that the custom action is associated with a ProgID. The value = 3.