Locked History Actions

MyBlog/BlogEntry-2011-03-13

Getting the Commerce Server Site Name Within an Operational Sequence Component

Ran across this somewhere - thought it might be good for futher reference.

// C#
String SiteName = OperationContext.CurrentInstance.SiteName;


CategoryMicrosoftCommerceServer