ICustomAttributeServiceGetAllCustomAttributes Method (NullableGuid) | 
 
            Gets the definitions of custom attributes visible to the specified tenant.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIDictionary<Guid, CustomAttributeInfo> GetAllCustomAttributes(
	Guid? tenantId
)
Function GetAllCustomAttributes ( 
	tenantId As Guid?
) As IDictionary(Of Guid, CustomAttributeInfo)
IDictionary<Guid, CustomAttributeInfo^>^ GetAllCustomAttributes(
	Nullable<Guid> tenantId
)
abstract GetAllCustomAttributes : 
        tenantId : Nullable<Guid> -> IDictionary<Guid, CustomAttributeInfo> 
Parameters
- tenantId
 - Type: SystemNullableGuid
                The ID of the tenant for which to get the attributes, or  to get only the "global" attributes.
             
Return Value
Type: 
IDictionaryGuid, 
CustomAttributeInfo
            A dictionary of custom attribute definitions with the ID of the custom attribute as the key and
            the corresponding 
CustomAttributeInfo object as the value.
            
Exceptions
See Also