Click or drag to resize

IPublishingManagerAddProfile Method


Adds a new blank Publishing Profile.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IPublishingProfile AddProfile(
	string name
)

Parameters

name
Type: SystemString
Name of the publishing profile

Return Value

Type: IPublishingProfile
Newly created blank publishing profile without any Publishing Targets.
See Also