SPCheckedOutFile.DirName property
Obtém o nome do diretório que contém o arquivo de check-out.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property DirName As String
Get
'Uso
Dim instance As SPCheckedOutFile
Dim value As String
value = instance.DirName
public string DirName { get; }
Property value
Type: System.String
O nome da pasta que contém o arquivo de check-out.