Open this page in the API Guide

IDataCubeService.GetDataCubeInfos Method (ICollection<Guid>, Nullable<Guid>, Nullable<StorageType>, Nullable<JobRunResult>)

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(
	ICollection<Guid> queryRootIds,
	Guid? tenantId,
	StorageType? storage,
	JobRunResult? jobRunResult
)

Parameters

queryRootIds
Type: System.Collections.Generic.ICollection<Guid>
tenantId
Type: System.Nullable<Guid>
storage
Type: System.Nullable<StorageType>
jobRunResult
Type: System.Nullable<JobRunResult>

Return Value

Type: IList<DataCubeInfo>
See Also