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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void MoveAttachmentInternal(
	AttachmentInfo attachment,
	int targetSiteId
)

Parameters

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