AttachmentInfoProviderDeleteTemporaryAttachment Method |
Adds the temporary attachment to the document, updates the attachment if currently present.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static void DeleteTemporaryAttachment(
Guid attachmentGuid,
string siteName
)
Parameters
- attachmentGuid
- Type: SystemGuid
GUID of the attachment - siteName
- Type: SystemString
Site name
See Also