Share via


SPDocumentLibrary.ServerRelativeDocumentTemplateUrl-Eigenschaft

Ruft die serverrelative URL der Dokumentvorlage für die Bibliothek ab.

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

Syntax

'Declaration
Public ReadOnly Property ServerRelativeDocumentTemplateUrl As String
    Get
'Usage
Dim instance As SPDocumentLibrary
Dim value As String

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

Eigenschaftswert

Typ: System.String
Eine Zeichenfolge, die die URL enthält. Wenn die absolute URL zu der Dokumentvorlage http://MyServer//MyWebSite/Shared Documents/Forms/template.docist, gibt diese Eigenschaft /MyWebSite/Shared Documents/Forms/template.doc.

Siehe auch

Referenz

SPDocumentLibrary Klasse

SPDocumentLibrary-Member

Microsoft.SharePoint-Namespace