AttachmentInfoProviderMoveAttachment Method |
Moves the attachment data to the target site.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static void MoveAttachment(
AttachmentInfo attachment,
int targetSiteId
)
Parameters
- attachment
- Type: CMS.DocumentEngineAttachmentInfo
Attachment object - targetSiteId
- Type: SystemInt32
Target site ID
See Also