Click or drag to resize

IPublishingManagerRemoveTarget Method


Removes a Publishing Targets.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveTarget(
	IPublishingTarget pubTarget
)

Parameters

pubTarget  IPublishingTarget
Publishing target to remove

Return Value

Boolean
True if the Publishing Target is not null and exists in the Content Store. Otherwise, this method returns false.
See Also