SP.Field.direction Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies the reading order of the field.

var value = SP.Field.get_direction(); 
SP.Field.set_direction(value);

Property Value

Type: String

Applies To

SP.Field Class

Exceptions

  • SPException
    The server does not allow properties of the field to be changed. Error code: -2146232832.
  • NotSupportedException
    Value is changed to a value other than "none", and the list is an external list. Error code: -1.

Remarks

Its value is implementation-specific to the client used to browse instances of this field.

See Also

Reference

SP.Field Methods

SP.Field Properties

SP Namespace