IPublishingManagerTargets Method (String) Ingeniux CMS Content Store API

Retrieves a collection of Publishing Targets, by their unique IDs.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<IPublishingTarget> Targets(
	string[] pubTargetIds
)

Parameters

pubTargetIds
Type: SystemString
IDs of publishing targets to retrieve

Return Value

Type: IEnumerableIPublishingTarget
Collection of publishing targets with matching IDs. Invalid IDs are ignored.
See Also

Reference