ContentDeploymentPath.GetInstance Method (Guid)
Returns a ContentDeploymentPath object with the specified pathId.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared Function GetInstance ( _
pathId As Guid _
) As ContentDeploymentPath
'Usage
Dim pathId As Guid
Dim returnValue As ContentDeploymentPath
returnValue = ContentDeploymentPath.GetInstance(pathId)
public static ContentDeploymentPath GetInstance(
Guid pathId
)
Parameters
pathId
Type: System.GuidId of the content deployment path.
Return Value
Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath
The ContentDeploymentPath with the specified pathId.