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