SP.List.defaultDisplayFormUrl Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies the location of the default display form for the list.

var value = SP.List.get_defaultDisplayFormUrl(); 
SP.List.set_defaultDisplayFormUrl(value);

Property Value

Type: String

Applies To

SP.List Class

Exceptions

  • [Microsoft.SharePoint.SPException]
    Value is changed, and Client.PageType of the specified page is not DisplayForm or the list does not support changes to the default display form. Error code: -2146232832.
  • [System.ArgumentException]
    Value is changed, and the specified display form does not exist. Error code: -2147024809.

Remarks

It must not be null. It must not be empty. The client must set a server-relative URL and the server must return a site-relative URL.

See Also

Reference

SP.List Methods

SP.List Properties

SP Namespace