IPublishingManagerPublishingTargetByName Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IPublishingTarget PublishingTargetByName(
string name
)
Function PublishingTargetByName (
name As String
) As IPublishingTarget
IPublishingTarget^ PublishingTargetByName(
String^ name
)
abstract PublishingTargetByName :
name : string -> IPublishingTarget
Parameters
- name
- Type: SystemString
Name of the publishing target
Return Value
Type:
IPublishingTargetA publishing target with the desired name
Exceptions Remarks If name is null or whitespace, an error is thrown.
If rootPage is null, an error is thrown.
See Also