Click or drag to resize
PortalHelperCombineRegisterCode Method
Combines the register code blocks and avoids duplicated declarations.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static string CombineRegisterCode(
	string originalCode,
	string newCode
)

Parameters

originalCode
Type: SystemString
Original code
newCode
Type: SystemString
Code to add

Return Value

Type: String
See Also