CMAttachmentBearer.PropagateAttachments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Propagates the attachments that belong to source
and are allowed to propagate to destination
.
public static void PropagateAttachments (this CoreMedia.ICMAttachmentBearer source, CoreMedia.ICMAttachmentBearer destination);
static member PropagateAttachments : CoreMedia.ICMAttachmentBearer * CoreMedia.ICMAttachmentBearer -> unit
Parameters
- source
- ICMAttachmentBearer
The source bearer.
- destination
- ICMAttachmentBearer
The destination bearer.