Click or drag to resize
DocumentHelperSaveTemporaryAttachments Method
Saves temporary attachments for specified form.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool SaveTemporaryAttachments(
	TreeNode node,
	Guid formGuid,
	string siteName,
	TreeProvider tree
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
formGuid
Type: SystemGuid
Form GUID
siteName
Type: SystemString
Site name
tree
Type: CMS.DocumentEngineTreeProvider
TreeProvider to use

Return Value

Type: Boolean
True if node was changed, false otherwise
See Also