IAppResourceServiceGetBuiltInResourceInfo Method

Gets information about the built-in resource of the specified type, for the specified tenant.

Namespace:  Dundas.BI.AppResources
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
BuiltInResourceInfo? GetBuiltInResourceInfo(
	BuiltInResourceKind builtInResourceKind,
	Guid? tenantId
)

Parameters

builtInResourceKind
Type: Dundas.BI.AppResourcesBuiltInResourceKind
Kind of the built-in resource.
tenantId
Type: SystemNullableGuid
The tenant identifier.

Return Value

Type: BuiltInResourceInfo
Information about the built-in resource, or if the resource does not exist.
See Also