Click or drag to resize

IPublishingProfileRemoveTarget Method


Removes a Publishing Target from this profile.

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