IPublishingProfileRemoveTarget Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveTarget(
IPublishingTarget target
)
Function RemoveTarget (
target As IPublishingTarget
) As Boolean
bool RemoveTarget(
IPublishingTarget^ target
)
abstract RemoveTarget :
target : IPublishingTarget -> bool
Parameters
- target
- Type: Ingeniux.CMSIPublishingTarget
Publishing Target to remove from this profile
Return Value
Type:
BooleanTrue if the
Publishing Target belongs to this profile. Otherwise, this method returns false.
Exceptions See Also