SP.UserCustomActionRegistrationType enumeration

Specifies the type of object associated with the custom action.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.UserCustomActionRegistrationType = {contentType : "Undefined",fileType : "Undefined",list : "Undefined",none : "Undefined",progId : "Undefined",registerEnum : "Undefined"}

Members

The UserCustomActionRegistrationType object enumeration has the following members.

Member

Value

Description

contentType

2

Enumeration whose values specify that the custom action is associated with a content type.

fileType

4

Enumeration whose values specify that the custom action is associated with a file extension.

list

1

Enumeration whose values specify that the custom action is associated with a list.

none

0

Enumeration whose values specify that the object association is not specified.

progId

3

Enumeration whose values specify that the custom action is associated with a ProgID.

registerEnum

Undefined