Click or drag to resize
MediaLibraryInfo.InsertAsClonePostprocessing Method
Clones the role bindings.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
protected override void InsertAsClonePostprocessing(
	CloneSettings settings,
	CloneResult result,
	BaseInfo originalObject
)

Parameters

settings
Type: CMS.DataEngine.CloneSettings
Cloning settings
result
Type: CMS.DataEngine.CloneResult
Result of the cloning - messages in this object will be altered by processing this method
originalObject
Type: CMS.DataEngine.BaseInfo
Original source BaseInfo (object being cloned)
See Also