| DocumentHelperGetAttachments Method  | 
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntaxpublic static IObjectQuery GetAttachments(
	TreeNode node,
	bool getBinary
)
Parameters
- node
 - Type: CMS.DocumentEngineTreeNode
Document which contains requested attachments. - getBinary
 - Type: SystemBoolean
Indicates if binary data should be included. 
Return Value
Type: 
IObjectQuery
See Also