SPDeploymentEventArgs.TempDirectoryPath Property
Gets a string representation of the fully qualified file path to the temporary directory where the uncompressed contents of the deployment package files are stored.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TempDirectoryPath As String
Get
'Usage
Dim instance As SPDeploymentEventArgs
Dim value As String
value = instance.TempDirectoryPath
public string TempDirectoryPath { get; }
Property Value
Type: System.String
Returns a string representation of the temporary directory file path.