| DocumentHelperSaveTemporaryAttachments Method  | 
            Saves temporary attachments for specified form.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntaxpublic 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: 
BooleanTrue if node was changed, false otherwise
See Also