Search Results for

    Show / Hide Table of Contents

    Enum UserCustomActionScope

    Specifies the scope of the custom action.

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum UserCustomActionScope : int

    List

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

    Site

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

    Unknown

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

    Web

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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer