Click or drag to resize

PageMarkForPublishEventArgs Constructor


Initializes a new instance of the PageMarkForPublishEventArgs class

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public PageMarkForPublishEventArgs(
	IEnumerable<PublishingTargetWithMarkedVersion> marksData
)

Parameters

marksData
Type: System.Collections.GenericIEnumerablePublishingTargetWithMarkedVersion
The marking information on this Page
See Also