Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An event that is raised when the import operation is about to extract files from the content migration (.cmp) file.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event Uncompressing As EventHandler(Of SPDeploymentEventArgs)
'Usage
Dim instance As SPImport
Dim handler As EventHandler(Of SPDeploymentEventArgs)
AddHandler instance.Uncompressing, handler
public event EventHandler<SPDeploymentEventArgs> Uncompressing