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.5.94
Syntax
bool RemoveTarget(
	IPublishingTarget pubTarget
)

Parameters

pubTarget
Type: Ingeniux.CMSIPublishingTarget
Publishing target to remove

Return Value

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