<Code Lib>
2025.3 Method
Changes 0
M

KeyBasedTreeEntriesLoadResults.GetKeyBasedTreeEntryErrors(KeyBasedTreeEntryErrorType)

Description:
Gets information about specific KeyBasedTreeEntry objects that could not be included in the KeyBasedTreeEntries object due to errors of a particular type.
Overloads (2):
GetKeyBasedTreeEntryErrors(KeyBasedTreeEntryErrorType)

public IList<KeyBasedTreeEntryError> GetKeyBasedTreeEntryErrors(
	KeyBasedTreeEntryErrorType type
)

Return Value IList<KeyBasedTreeEntryError> An array of copies of the KeyBasedTreeEntryErrors contained in this object matching the type specified.

Loading…