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 (26.2.0.1000)
Syntax
BuiltInResourceInfo? GetBuiltInResourceInfo(
	BuiltInResourceKind builtInResourceKind,
	Guid? tenantId
)

Parameters

builtInResourceKind  BuiltInResourceKind
Kind of the built-in resource.
tenantId  NullableGuid
The tenant identifier.

Return Value

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