Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.