Table of Contents

Enum UserCustomActionRegistrationType

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

Specifies the type of object associated with the custom action.

public enum UserCustomActionRegistrationType

Fields

ContentType = 2

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

FileType = 4

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

List = 1

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

None = 0

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

ProgId = 3

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