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