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

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
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