ICustomAttributeServiceGetEffectiveValuesForGroup Method

Retrieve the effective custom attribute value of a group.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IDictionary<Guid, CustomAttributeValue> GetEffectiveValuesForGroup(
	Guid groupId
)

Parameters

groupId
Type: SystemGuid
ID of the group.

Return Value

Type: IDictionaryGuid, CustomAttributeValue
A dictionary containing all effective custom attributes of the group with the specified ID having the ID of the custom attribute as the key and the corresponding CustomAttributeValue object as the value.
Exceptions
ExceptionCondition
ArgumentExceptiongroupId is Empty.
NotFoundExceptionThe group with the specified ID was not found.
NoPrivilegeException The caller is not a system administrator or tenant administrator for the tenant associated with the group.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
Note Note
Attribute values originating from seat-specific groups (e.g. the "Standard Users" group) are not included in the result.
See Also