IPublishingManagerRemoveProfile Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveProfile(
IPublishingProfile pubProfile
)
Function RemoveProfile (
pubProfile As IPublishingProfile
) As Boolean
bool RemoveProfile(
IPublishingProfile^ pubProfile
)
abstract RemoveProfile :
pubProfile : IPublishingProfile -> bool
Parameters
- pubProfile
- Type: Ingeniux.CMSIPublishingProfile
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