GroupInfo.InsertAsClonePostprocessing Method |
Clones the role bindings.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntaxprotected 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