| BannerCategoryInfoInsertAsClonePostprocessing Method | 
            Inserts banners from the cloned category to the new one.
            
            Objects of type Category cannot have a child-parent relationship with its children, co cloning will not clone banners.
            
 
Namespace: CMS.BannerManagementAssembly: CMS.BannerManagement (in CMS.BannerManagement.dll) Version: 10.0.0
 Syntax
Syntaxprotected override void InsertAsClonePostprocessing(
	CloneSettings settings,
	CloneResult result,
	BaseInfo originalObject
)
Parameters
- settings
- Type: CMS.DataEngineCloneSettings
 Cloning settings
- result
- Type: CMS.DataEngineCloneResult
 Result of the cloning - messages in this object will be altered by processing this method
- originalObject
- Type: CMS.DataEngineBaseInfo
 Original source BaseInfo (object being cloned)
 See Also
See Also