Click or drag to resize

IPublishingTargetGatherDependencies Method



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

Parameters

contentItems  IEnumerableIContentItem

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

includeUnconfirmed  Boolean

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

Return Value

IEnumerableIDependencyNodeWithDependents

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

See Also