ICustomAttributeServiceGetCustomAttributeReferences Method |
Gets the references of the specified custom attribute.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax CustomAttributeReferences GetCustomAttributeReferences(
Guid attributeId,
GetEntryOptions options
)
Function GetCustomAttributeReferences (
attributeId As Guid,
options As GetEntryOptions
) As CustomAttributeReferences
CustomAttributeReferences^ GetCustomAttributeReferences(
Guid attributeId,
GetEntryOptions options
)
abstract GetCustomAttributeReferences :
attributeId : Guid *
options : GetEntryOptions -> CustomAttributeReferences
Parameters
- attributeId
- Type: SystemGuid
ID of the custom attribute. - options
- Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting the behavior of the retrieval of the referencing entities.
Return Value
Type:
CustomAttributeReferencesAn instance of
CustomAttributeReferences containing collections of objects referencing the specified custom attribute.
Exceptions Remarks
Note that the methods only returns information about accounts and groups which have the specified custom attribute directly set on them.
Group inheritance is not evaluated.
See Also