Click or drag to resize
NewCultureVersionAttachmentsCopier Methods

The NewCultureVersionAttachmentsCopier type exposes the following members.

Methods
  NameDescription
Public methodCopy
Copies attachments.
(Inherited from DocumentAttachmentsCopierBase.)
Protected methodCopyAttachmentsExceptVariants
Copies attachments except variants.
(Inherited from DocumentAttachmentsCopierBase.)
Public methodCopyFieldAttachments
Copies field attachments.
(Inherited from DocumentAttachmentsCopierBase.)
Protected methodEnsureBinaryData
Ensures binary data within the given attachment.
(Overrides DocumentAttachmentsCopierBaseEnsureBinaryData(DocumentAttachment).)
Protected methodGetAttachmentFields
Gets list of attachment fields.
(Inherited from DocumentAttachmentsCopierBase.)
Protected methodGetAttachmentsExceptVariants
Gets the attachments except varinats for the source document.
(Overrides DocumentAttachmentsCopierBaseGetAttachmentsExceptVariants(IWhereCondition).)
Protected methodGetFieldWhere
Gets where condition for field attachments.
(Inherited from DocumentAttachmentsCopierBase.)
Protected methodGetVariants
Gets attachments variants based on the given list of parent IDs.
(Overrides DocumentAttachmentsCopierBaseGetVariants(IEnumerableInt32).)
Protected methodSaveAttachment
Saves a copied attachment.
(Overrides DocumentAttachmentsCopierBaseSaveAttachment(DocumentAttachment).)
Protected methodSaveVariant
Saves a copied attachment variant.
(Overrides DocumentAttachmentsCopierBaseSaveVariant(DocumentAttachment).)
Protected methodSaveVariantHistoryInternal
Saves the attachment variant as AttachmentHistoryInfo attachment version.
(Inherited from DocumentAttachmentsCopierBase.)
Protected methodSaveVariantInternal
Saves the attachment variant as AttachmentInfo published attachment.
(Inherited from DocumentAttachmentsCopierBase.)
Protected methodUpdateDocumentFieldValues
Updates document fields with GUID of copied attachment.
(Inherited from DocumentAttachmentsCopierBase.)
Top
See Also