IDataCubeServiceGetDataCubeInfos Method (ICollectionGuid, NullableGuid, NullableStorageType, NullableJobRunResult)

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IList<DataCubeInfo> GetDataCubeInfos(
	ICollection<Guid> queryRootIds,
	Guid? tenantId,
	StorageType? storage,
	JobRunResult? jobRunResult
)

Parameters

queryRootIds
Type: System.Collections.GenericICollectionGuid
tenantId
Type: SystemNullableGuid
storage
Type: SystemNullableStorageType
jobRunResult
Type: SystemNullableJobRunResult

Return Value

Type: IListDataCubeInfo
See Also