Enum UserCustomActionScope
Specifies the scope of the custom action.
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public enum UserCustomActionScope
Specifies the scope of the custom action.
public enum UserCustomActionScope
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.