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.6.492
Syntax
bool RemoveTarget(
	IPublishingTarget target
)

Parameters

target  IPublishingTarget
Publishing Target to remove from this profile

Return Value

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