SPWebApplication.LocalPaths property
Gets the paths on the local machine to files that are served by the Web application.
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; }
Property value
Type: []
An array of System.IO.DirectoryInfo objects that represents the paths.