FileFormatInfo: FileFormatType vs LoadFormat

Hi,

I am trying to detect file format using FileFormatUtil.DetectFileFormat(stream) which works fine.
I am just asking what is the difference or advantages in using FileFormatType vs LoadFormat.
I know that in Words FileFormatInfo there is just LoadFormat.

Thanks a lot in advance

@u.engelhardt
The LoadFormat enumeration lists all the file formats that we can support loading. And FileFormatType enumeration lists all the file formats we can detect.

Okay, then it’s clear.
Thank you very much for fast reply.
Can be closed.

@u.engelhardt
You are welcome. If you have any questions or confusion, please feel free to contact us at any time.