GetProfileAttributes Method
Gets profile attributes for the combination of user/group ids and attribute ids.
Required Permissions
AdminUserReadSyntax
public ProfileAttr[] GetProfileAttributes(
System.long[] userGroupIds,
System.long[] attributeIds
)Public Function GetProfileAttributes( _
ByVal userGroupIds() As System.Long, _
ByVal attributeIds() As System.Long _
) As ProfileAttr()Parameters
| Name | Description |
|---|---|
| userGroupIds | Requested user / group ids. |
| attributeIds | Requsted attribute ids. |
Return Value
Returns a sparse array based on existing data.