Share via


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.

See also

Reference

ContentDeploymentPath class

ContentDeploymentPath members

Microsoft.SharePoint.Publishing.Administration namespace