IPublishingProfileAddTarget Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid AddTarget(
IPublishingTarget target
)
Sub AddTarget (
target As IPublishingTarget
)
void AddTarget(
IPublishingTarget^ target
)
abstract AddTarget :
target : IPublishingTarget -> unit Parameters
- target IPublishingTarget
- The Publishing target to add to this profile
Exceptions
RemarksIf the value of the target parameter is null, nothing happens.
If this profile already contains the specified Publishing Target, nothing happens.
See Also