IPublishingManagerRemoveTarget Method Ingeniux CMS Content Store API

Removes a Publishing Targets.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference