United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
SharePoint general development
SharePoint 2013
Reference
.NET server API reference
Core class library
Microsoft.SharePoint
SPFile class
SPFile properties
Author property
BackwardLinks property
CharSetName property
CheckedOutBy property
CheckedOutByUser property
CheckedOutDate property
CheckInComment property
CheckOutExpires property
CheckOutStatus property
CheckOutType property
CustomizedPageStatus property
DocumentLibrary property
EffectiveAuditMask property
EffectiveRawPermissions property
ETag property
EventReceivers property
Exists property
ForwardLinks property
GeneratingConverterId property
Generator property
IconUrl property
InDocumentLibrary property
IsConvertedFile property
IsIRMed property
IsSharedAccessRequested property
Item property
Length property
LengthByUser property
Level property
ListItemAllFields property
LockedByUser property
LockedDate property
LockExpires property
LockId property
LockType property
MajorVersion property
MinorVersion property
ModifiedBy property
Name property
ParentFolder property
ProgID property
Properties property
RequiresCheckout property
ServerRedirected property
ServerRelativeUrl property
SourceFile property
SourceLeafName property
SourceUIVersion property
TimeCreated property
TimeLastModified property
Title property
TotalLength property
UIVersion property
UIVersionLabel property
UniqueId property
Url property
Versions property
Web property
This topic has not yet been rated
-
Rate this topic
SPFile
.
UIVersion property
SharePoint 2013
Other Versions
SharePoint 2010
Windows SharePoint Services 3
Gets the version number of the file.
Namespace:
Microsoft.SharePoint
Assembly:
Microsoft.SharePoint
(in Microsoft.SharePoint.dll)
Syntax
C#
VB
Copy
[ClientCallableAttribute]
public
int
UIVersion {
get
; }
Property value
Type:
System.Int32
A 32-bit integer that indicates the version number.
See also
Reference
SPFile class
SPFile members
Microsoft.SharePoint namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD