Open this page in the API Guide

IDataCubeService.GetDataCubeInfos Method (IEnumerable<Guid>, Nullable<Guid>)

Return the collection of DataCubeInfo for the specified data cube IDs.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
IList<DataCubeInfo> GetDataCubeInfos(
	IEnumerable<Guid> dataCubeIds,
	Guid? tenantId
)

Parameters

dataCubeIds
Type: System.Collections.Generic.IEnumerable<Guid>
The data cube IDs.
tenantId
Type: System.Nullable<Guid>
The tenant ID.

Return Value

Type: IList<DataCubeInfo>
The list of specified DataCubeInfo.
Exceptions
ExceptionCondition
ArgumentExceptiontenantId is Empty.
ArgumentNullExceptiondataCubeIds is null.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also