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

Namespace: CMS.OnlineMarketing.Web.UI
Assembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 10.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