IDataCubeServiceGetDataCubeInfos Method

Return the collection of DataCubeInfo for the specified project and tenant ID.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
ICollection<DataCubeInfo> GetDataCubeInfos(
	Guid projectId,
	Guid tenantId
)

Parameters

projectId
Type: SystemGuid
The project ID. Use Empty when requesting information for all projects.
tenantId
Type: SystemGuid
The tenant ID. Use Empty when requesting information for all tenants.

Return Value

Type: ICollectionDataCubeInfo
The collection of specified DataCubeInfo.
See Also