Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Commerce Server Staging   (RSS)
Sorry, but there are no more tags available to filter with.

Commerce Server 2007 Staging System Webcast

[This is for Friday May 18 th 7AM-8:30AM Pacific Daylight Time PDT] Learn how to develop programmatically against the Commerce Server 2007 Staging System. You will learn: Overview Concepts Security Authentication Replication Tools API Set Hands on Code
Posted by Max Akbar | 1 Comments

Get a projects Endpoints

.style1 { font-family: "Lucida Console"; } C# Code: CReplicationServer cssSvr = new CReplicationServerClass(); cssSvr.Initialize(Environment.MachineName); CReplicationProject csPrj = (CReplicationProject)cssSvr.OpenProject("Test", CSS_PROJECT_CREATION.OPEN_EXISTING_PROJECT);
Posted by Max Akbar | 1 Comments

Get a list of CSS Projects

.style1 { font-family: "Lucida Console"; } C# Code: CReplicationServer cssSvr = new CReplicationServerClass(); cssSvr.Initialize(Environment.MachineName); object dummy = new object(); dummy = 0; while ((int)dummy != -1) { CReplicationProject obj = (CReplicationProject)cssSvr.EnumProjects(ref
Posted by Max Akbar | 1 Comments

Commerce Server Staging API samples

Get a list of CSS Projects Get a projects schedules Get a projects Endpoints
Posted by Max Akbar | 3 Comments
 
Page view tracker