Click or drag to resize
TreeNodeAllAttachments Property
Collection of all document attachments (all field, grouped and unsorted).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual IInfoObjectCollection<BaseInfo> AllAttachments { get; }

Property Value

Type: IInfoObjectCollectionBaseInfo
See Also