SPCheckedOutFile members
Represents a checked-out file in a document library or workspace.
The SPCheckedOutFile type exposes the following members.
Properties
Name | Description | |
---|---|---|
CheckedOutBy | Gets the user who checked out the file. | |
CheckedOutByEmail | Gets the email address of the user who checked out the file. | |
CheckedOutById | Gets the identifier (ID) of the user who checked out the file. | |
CheckedOutByName | Gets the name of the user who checked out the file. | |
DirName | Gets the name of the directory containing the checked-out file. | |
ImageUrl | Gets the site-relative URL of the icon for the checked-out file. | |
LeafName | Gets the leaf name of the checked-out file. | |
Length | Gets the length of the checked-out file. | |
ListItemId | Gets the list item ID of the checked-out file. | |
TimeLastModified | Gets the last-modified date and time of the checked-out file. | |
Url | Gets the URL of the checked-out file. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the checked-out file from the site. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
TakeOverCheckOut | Instructs the site that another user account is taking over control of a currently checked-out file. | |
ToString | (Inherited from Object.) |
Top