Click or drag to resize

IPublishingManagerTargets(String) Method


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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IPublishingTarget> Targets(
	string[] pubTargetIds
)

Parameters

pubTargetIds  String
IDs of publishing targets to retrieve

Return Value

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