IPublishingManagerRemoveProfile Method Ingeniux CMS Content Store API

Removes a Publishing Profile from the collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemoveProfile(
	IPublishingProfile pubProfile
)

Parameters

pubProfile
Type: Ingeniux.CMSIPublishingProfile
Publishing profile to remove

Return Value

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

Reference