ContentDeploymentPath.GetAllPaths Method
Returns a list of all paths that are used by the current instance of the ContentDeploymentPath class that are associated with this SPSite.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared Function GetAllPaths As ContentDeploymentPathCollection
'Usage
Dim returnValue As ContentDeploymentPathCollection
returnValue = ContentDeploymentPath.GetAllPaths()
public static ContentDeploymentPathCollection GetAllPaths()
Return Value
Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPathCollection
All paths that are used by the current instance of the ContentDeploymentPath class.