Exists

Navigation:  NxLib API > C# Interface / CLI > NxLibItem >

Exists

Previous pageReturn to chapter overviewNext page

Check whether an item with the corresponding path exists in the tree.

Signatures

Variants throwing exceptions on API errors:

bool Exists()

Variants returning API errors as int parameter:

bool Exists(Out int returnCode)

Parameters

returnCode

The error code returned when accessing the item.

Return Value

true, if the item exists, false otherwise.