<Code Lib>
2024 Method
Changes 0
M

KeyBasedTreeEntriesLoadResults.GetFileSyntaxErrors

Description:
Gets all the records in the key-based tree data text file that could not be parsed into KeyBasedTreeEntries.
Remarks:
Only applies to KeyBasedTreeEntries built from text files.

public IList<string> GetFileSyntaxErrors()

IList<string> An array of strings that are copies of the records in the text file that could not be parsed.

Loading…