Click or drag to resize

IPublishingManagerTarget Method


Retrieves a Publishing Target by its unique ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IPublishingTarget Target(
	string id
)

Parameters

id
Type: SystemString
ID of the publishing target to retrieve

Return Value

Type: IPublishingTarget
Publishing target with matching ID, null if ID doesn't exist.
See Also