Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies whether the new list item is a file or a folder.
var value = SP.ListItemCreationInformation.get_underlyingObjectType();
SP.ListItemCreationInformation.set_underlyingObjectType(value);
Property Value
Type: SP.FileSystemObjectType
Applies To
SP.ListItemCreationInformation Class
Remarks
It must be one of the following values: File or Folder.
See Also
Reference
SP.ListItemCreationInformation Methods