MediaLibraryInfoInsertAsClonePostprocessing Method |
Clones the role bindings.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax protected 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