Click or drag to resize

IPublishingTargetGatherDependencies Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<IDependencyNodeWithDependents> GatherDependencies(
	IEnumerable<IContentItem> contentItems,
	bool includeUnconfirmed
)

Parameters

contentItems
Type: System.Collections.GenericIEnumerableIContentItem

[Missing <param name="contentItems"/> documentation for "M:Ingeniux.CMS.IPublishingTarget.GatherDependencies(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IContentItem},System.Boolean)"]

includeUnconfirmed
Type: SystemBoolean

[Missing <param name="includeUnconfirmed"/> documentation for "M:Ingeniux.CMS.IPublishingTarget.GatherDependencies(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IContentItem},System.Boolean)"]

Return Value

Type: IEnumerableIDependencyNodeWithDependents

[Missing <returns> documentation for "M:Ingeniux.CMS.IPublishingTarget.GatherDependencies(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IContentItem},System.Boolean)"]

See Also