Enum UserCustomActionRegistrationType
Specifies the type of object associated with the custom action.
Assembly: PnP.Core.dll
Syntax
public enum UserCustomActionRegistrationType : int
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.