Search Results for

    Show / Hide Table of Contents

    Enum UserCustomActionRegistrationType

    Specifies the type of object associated with the custom action.

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

    ContentType

    Enumeration whose values specify that the custom action is associated with a content type. The value = 2.

    FileType

    Enumeration whose values specify that the custom action is associated with a file extension. The value = 4.

    List

    Enumeration whose values specify that the custom action is associated with a list. The value = 1.

    None

    Enumeration whose values specify that the object association is not specified. The value = 0.

    ProgId

    Enumeration whose values specify that the custom action is associated with a ProgID. The value = 3.

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