Compartilhar via


SPFile.SourceLeafName property

NOTE: This API is now obsolete.

Obtém o nome da folha do documento pai para o arquivo.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property SourceLeafName As String
    Get
'Uso
Dim instance As SPFile
Dim value As String

value = instance.SourceLeafName
[ObsoleteAttribute("This member is obsolete.", false)]
public string SourceLeafName { get; }

Property value

Type: System.String
Uma seqüência de caracteres que contém o nome de folha ou uma seqüência vazia se o documento não tem um pai.

Ver também

Referência

SPFile class

SPFile members

Microsoft.SharePoint namespace