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