Click or drag to resize

AssetMarkForPublishEventArgs Constructor


Initializes a new instance of the AssetMarkForPublishEventArgs class

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

Parameters

marksData
Type: System.Collections.GenericIEnumerablePublishingTargetWithMarkedVersion
The marking information of Assets
See Also