SPCheckedOutFile.ImageUrl property
Gets the site-relative URL of the icon for the checked-out file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ImageUrl As String
Get
'Usage
Dim instance As SPCheckedOutFile
Dim value As String
value = instance.ImageUrl
public string ImageUrl { get; }
Property value
Type: System.String
The site-relative URL of the checked-out file icon.