User.GetAllUserAttributes Method
Public Shared Function GetAllUserAttributes( _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
) As List(Of AttributeInfo)
This language is not supported or no code example is available.
public static List<AttributeInfo> GetAllUserAttributes(
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<AttributeInfo^>^ GetAllUserAttributes(
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- user_id
- EntityID
the user id to get attributes for
- db
- IDatabase
the db connection to use
Return Value
List<AttributeInfo>the list of attributes