Table of Contents

Enum UserCustomActionScope

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Specifies the scope of the custom action.

public enum UserCustomActionScope

Fields

List = 4

Enumeration whose values specify that the scope of the custom action is limited to a list. The value = 4.

Site = 2

Enumeration whose values specify that the scope of the custom action is limited to a site collection. The value = 2.

Unknown = 0

Enumeration whose values specify that the scope of the custom action is not specified. The value = 0.

Web = 3

Enumeration whose values specify that the scope of the custom action is limited to a site. The value = 3.