Click or drag to resize
MagnificPopupYouTubeJavaScriptRegistratorRegisterMagnificPopupElement Method
Registers element with given elementID to the Magnific popup module.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public void RegisterMagnificPopupElement(
	Page page,
	string elementID
)

Parameters

page
Type: System.Web.UIPage
Page that link will be used on
elementID
Type: SystemString
Unique client ID of the registered element
Exceptions
ExceptionCondition
ArgumentExceptionelementID is null or empty
ArgumentNullExceptionpage is null
See Also