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)
Syntaxpublic List<SubFileInfo> Children { get; }Public ReadOnly Property Children As List(Of SubFileInfo)
Get
Property Value
Type:
ListSubFileInfo
See Also