Reputation: 401
I'm trying to get the type of the custom fields I declared for the user...
int type = user.getExpandoBridge().getAttributeType(attribute);
The fact is that the function returns an Integer. There's any place where I can find the match between the identifiers(int type) and their type names?
Thank you, Oriol
Upvotes: 0
Views: 190