Compartilhar via


SPFolder.ServerRelativeUrl property

Obtém o URL relativo ao servidor da pasta.

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

Syntax

'Declaração
Public ReadOnly Property ServerRelativeUrl As String
    Get
'Uso
Dim instance As SPFolder
Dim value As String

value = instance.ServerRelativeUrl
public string ServerRelativeUrl { get; }

Property value

Type: System.String
A URL relativa ao servidor da pasta.

Ver também

Referência

SPFolder class

SPFolder members

Microsoft.SharePoint namespace