Click or drag to resize
AttachmentInfoProviderMoveAttachment Method
Moves the attachment data to the target site.

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

Parameters

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