SP.File.title Property
Applies to: SharePoint Foundation 2010
Gets a value that specifies the display name of the file.
var value = SP.File.get_title();
Property Value
Type: String
Applies To
Exceptions
- FileNotFoundException
File cannot be found. Error code: -2147024894.
- UnauthorizedAccessException
The current user has insufficient permissions. Error code: -2147024891.