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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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.

See Also

Reference

SPCheckedOutFile Class

SPCheckedOutFile Members

Microsoft.SharePoint Namespace