Click or drag to resize

IContentItemHooksTOnBeforeMarkForPublish Method


Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void OnBeforeMarkForPublish(
	T contentItem,
	bool recursive,
	IEnumerable<PublishingTargetWithMarkedVersion> markedTargets,
	IEnumerable<IPublishingTarget> unmarkedTargets,
	IUserWriteSession session
)

Parameters

contentItem
Type: T

[Missing <param name="contentItem"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnBeforeMarkForPublish(`0,System.Boolean,System.Collections.Generic.IEnumerable{Ingeniux.CMS.Event.PublishingTargetWithMarkedVersion},System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPublishingTarget},Ingeniux.CMS.IUserWriteSession)"]

recursive
Type: SystemBoolean

[Missing <param name="recursive"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnBeforeMarkForPublish(`0,System.Boolean,System.Collections.Generic.IEnumerable{Ingeniux.CMS.Event.PublishingTargetWithMarkedVersion},System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPublishingTarget},Ingeniux.CMS.IUserWriteSession)"]

markedTargets
Type: System.Collections.GenericIEnumerablePublishingTargetWithMarkedVersion

[Missing <param name="markedTargets"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnBeforeMarkForPublish(`0,System.Boolean,System.Collections.Generic.IEnumerable{Ingeniux.CMS.Event.PublishingTargetWithMarkedVersion},System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPublishingTarget},Ingeniux.CMS.IUserWriteSession)"]

unmarkedTargets
Type: System.Collections.GenericIEnumerableIPublishingTarget

[Missing <param name="unmarkedTargets"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnBeforeMarkForPublish(`0,System.Boolean,System.Collections.Generic.IEnumerable{Ingeniux.CMS.Event.PublishingTargetWithMarkedVersion},System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPublishingTarget},Ingeniux.CMS.IUserWriteSession)"]

session
Type: Ingeniux.CMSIUserWriteSession

[Missing <param name="session"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnBeforeMarkForPublish(`0,System.Boolean,System.Collections.Generic.IEnumerable{Ingeniux.CMS.Event.PublishingTargetWithMarkedVersion},System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPublishingTarget},Ingeniux.CMS.IUserWriteSession)"]

See Also