Click or drag to resize
DocumentAttachmentsCopierBaseSaveVariantInternal Method
Saves the attachment variant as AttachmentInfo published attachment.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected void SaveVariantInternal(
	DocumentAttachment attachment
)

Parameters

attachment
Type: CMS.DocumentEngineDocumentAttachment
Attachment to save.
See Also