Enum UserCustomActionScope
Specifies the scope of the custom action.
Assembly: PnP.Core.dll
Syntax
public enum UserCustomActionScope : int
Enumeration whose values specify that the scope of the custom action is limited to a list. The value = 4.
Enumeration whose values specify that the scope of the custom action is limited to a site collection. The value = 2.
Enumeration whose values specify that the scope of the custom action is not specified. The value = 0.
Enumeration whose values specify that the scope of the custom action is limited to a site. The value = 3.