ICustomAttributeServiceGetCustomAttribute(Guid) Method

Gets a custom attribute by ID.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
CustomAttributeInfo? GetCustomAttribute(
	Guid attributeId
)

Parameters

attributeId  Guid
The ID of the custom attribute.

Return Value

CustomAttributeInfo
The custom attribute definition corresponding to the specified ID, or if the attribute was not found.
Exceptions
ExceptionCondition
ArgumentExceptionattributeId is Empty.
NoPrivilegeExceptionThe caller is associated with a tenant, but the attribute is associated with a different tenant.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also