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