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

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

Parameters

attachment
Type: CMS.DocumentEngineAttachmentInfo
Attachment object
oldSiteId
Type: SystemInt32
Old site ID
newSiteId
Type: SystemInt32
New site ID
See Also