SP.File.uiVersionLabel Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets a value that specifies the implementation-specific version identifier of the file.
var value = SP.File.get_uiVersionLabel();
Property Value
Type: String
Applies To
Exceptions
- ArgumentException
Version information is missing, invalid, or could not be retrieved. Error code: - 2147024809.
- FileNotFoundException
File cannot be found. Error code: - 2147024894.
- UnauthorizedAccessException
The current user has insufficient permissions. Error code: - 2147024891.
Remarks
It must not be null.