Click or drag to resize

IPublishingManagerRemoveProfile Method


Removes a Publishing Profile from the collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveProfile(
	IPublishingProfile pubProfile
)

Parameters

pubProfile  IPublishingProfile
Publishing profile to remove

Return Value

Boolean
True if the pubProfile parameter is not null and exists in the collection. Otherwise, this method returns false.
See Also