Click or drag to resize

SubFileInfoChildren Property

Gets the child SubFileInfo list of this sub-file. Returns empty list if this sub-file doesn't have attachments or other sub-files.

Namespace:  Atalasoft.Imaging.Codec.Office
Assembly:  Atalasoft.dotImage.Office (in Atalasoft.dotImage.Office.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public List<SubFileInfo> Children { get; }

Property Value

Type: ListSubFileInfo
See Also