Hi!
This can be done like this:
var source = WAFContext.Engine.SystemSession.GetContent(146);
var destination = WAFContext.Engine.SystemSession.GetContent(137);
destination.IngressImage.SetFile(source.IngressImage.GetFileData(),source.IngressImage.FileName + source.IngressImage.FileExtension);
destination.UpdateChanges();