Gets attachments for given document filtered by the given parameters.
            
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- node
 - Type: CMS.DocumentEngine TreeNode
Document node 
- where
 - Type: 
System String
Where condition 
- orderBy
 - Type: 
System String
Order by expression 
- getBinary
 - Type: 
System Boolean
Indicates if binary data should be included 
- tree
 - Type: CMS.DocumentEngine TreeProvider
TreeProvider to use 
- topN (Optional)
 - Type: 
System Int32
Limits the number of returned items. 
- columns (Optional)
 - Type: 
System String
Columns to be selected 
Return Value
Type:See Also