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
)
Function GetEffectiveValuesForGroup (
groupId As Guid
) As IDictionary(Of Guid, CustomAttributeValue)
IDictionary<Guid, CustomAttributeValue^>^ GetEffectiveValuesForGroup(
Guid groupId
)
abstract GetEffectiveValuesForGroup :
groupId : Guid -> IDictionary<Guid, CustomAttributeValue>
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 Remarks Note |
---|
Attribute values originating from seat-specific groups (e.g. the "Standard Users" group) are not
included in the result.
|
See Also