SPWebApplication.LocalPaths-Eigenschaft
Ruft die Pfade auf dem lokalen Computer auf Dateien, die von der Webanwendung bedient werden.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property LocalPaths As DirectoryInfo()
Get
'Usage
Dim value As DirectoryInfo()
value = Me.LocalPaths
protected virtual DirectoryInfo[] LocalPaths { get; }
Eigenschaftswert
Typ: []
Ein Array von System.IO.DirectoryInfo -Objekten, die die Pfade darstellt.