DocumentHelperGetAttachments Method |
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public 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:
IObjectQuerySee Also