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: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public List<SubFileInfo> Children { get; }

Property Value

Type: ListSubFileInfo
See Also