Share via


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.

See also

Reference

SPDeploymentEventArgs class

SPDeploymentEventArgs members

Microsoft.SharePoint.Deployment namespace