SPListItem.Name property
SharePoint 2013
Gets the name of the item.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Property value
Type: System.StringA string that contains the item name, which, for a document library item, equals the file name, including the file extension.
Setting the name of a list item is not supported.
Note
|
|---|
Consider using the DisplayName property instead, which returns the name that is usually required in list item operations. |
Note