ICustomAttributeServiceGetCustomAttributeReferences Method |
Gets the references of the specified custom attribute.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxCustomAttributeReferences 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 Guid
- ID of the custom attribute.
- options GetEntryOptions
- Options affecting the behavior of the retrieval of the referencing entities.
Return Value
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