IPublishingProfileRemoveTarget Method Ingeniux CMS Content Store API

Removes a Publishing Target from this profile.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemoveTarget(
	IPublishingTarget target
)

Parameters

target
Type: Ingeniux.CMSIPublishingTarget
Publishing Target to remove from this profile

Return Value

Type: Boolean
True if the Publishing Target belongs to this profile. Otherwise, this method returns false.
Exceptions

ExceptionCondition
SecurityExceptionWhen the current User is not an administrator.
See Also

Reference