SP.UserCustomAction.sequence Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets the value that specifies an implementation-specific value that determines the order of the custom action that appears on the page.

var value = SP.UserCustomAction.get_sequence(); 
SP.UserCustomAction.set_sequence(value);

Property Value

Type: Int32

Applies To

SP.UserCustomAction Class

Remarks

Its value must be equal to or greater than 0. Its value must be equal to or less than 65536.

See Also

Reference

SP.UserCustomAction Methods

SP.UserCustomAction Properties

SP Namespace