IPublishingManager.RemoveProfile Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntaxbool RemoveProfile(
IPublishingProfile pubProfile
)
Function RemoveProfile (
pubProfile As IPublishingProfile
) As Boolean
bool RemoveProfile(
IPublishingProfile^ pubProfile
)
abstract RemoveProfile :
pubProfile : IPublishingProfile -> bool
Parameters
- pubProfile
- Type: Ingeniux.CMS.IPublishingProfile
Publishing profile to remove
Return Value
Type:
BooleanTrue if the pubProfile parameter is not null and exists in the collection. Otherwise, this method returns false.
See Also