Importing package

Last time I shown how to upload package to the server you're going to import to. Let's start import: string serverPackageName = UploadPackage ( @"C:\Packages\ParentPublication.zip" ); var client = new ImportExportServiceClient (); string processId = client... Read the full text.