SP.ListItemCreationInformation.folderUrl Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the folder for the new list item.
var value = SP.ListItemCreationInformation.get_folderUrl();
SP.ListItemCreationInformation.set_folderUrl(value);
Property Value
Type: String
Applies To
SP.ListItemCreationInformation Class
Remarks
If the value is a server-relative URL or an absolute URL, it must be under the root folder of the list. It must be null, empty, a server-relative URL, or an absolute URL.
See Also
Reference
SP.ListItemCreationInformation Methods