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...
Details
Date
Monday, February 10, 2014
Time
8:00 pm, Central European Time (Amsterdam, GMT+01:00)
Recording
via SDL
Slides
via Tridion Developer
Presentations
Session One: The Context Engine in Action
John...
In the past few weeks, I've had a chance to shine the flashlight a little closer on the SDL Tridion Experience Manager interface of the Content Management System, especially so for the new SDL Tridion 2013 SP1 version out since the first week of December...
You have exported some data and downloaded package . It’s time to import that package to another Tridion instance. First things first, let’s upload our package to the server: private static string UploadPackage ( string packageLocation) { var uploadClient...