Enum UidFindResult
Represents the result status after searching for a unique id.
public enum UidFindResult
Fields
Failed = 2The underlying flavor implementation was not able to find something by unique id because of an internal error.
Found = 0An element was found for the given unique id.
NotFound = 1No element was found for the given unique id.
NotSupported = 3The underlying flavor does not support search by unique id. (Default)