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