Click or drag to resize
AttachmentInfoProviderMoveAttachment Method (AttachmentInfo, Int32)
Moves the attachment data to the target site.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void MoveAttachment(
	AttachmentInfo attachment,
	int targetSiteId
)

Parameters

attachment
Type: CMS.DocumentEngineAttachmentInfo
Attachment object
targetSiteId
Type: SystemInt32
Terget site ID
See Also