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

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
formGuid
Type: SystemGuid
Form GUID
siteName
Type: SystemString
Site name

Return Value

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