PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the publication-independant part of the item code.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static string GetLocalItemCode(
	string itemCode
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function GetLocalItemCode ( _
	itemCode As  _
) As 

Parameters

itemCode
String
the item code.

Return Value

See Also

Advanced