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
)
Function GetBuiltInResourceInfo (
builtInResourceKind As BuiltInResourceKind,
tenantId As Guid?
) As BuiltInResourceInfo
BuiltInResourceInfo^ GetBuiltInResourceInfo(
BuiltInResourceKind builtInResourceKind,
Nullable<Guid> tenantId
)
abstract GetBuiltInResourceInfo :
builtInResourceKind : BuiltInResourceKind *
tenantId : Nullable<Guid> -> BuiltInResourceInfo
Parameters
- builtInResourceKind
- Type: Dundas.BI.AppResourcesBuiltInResourceKind
Kind of the built-in resource. - tenantId
- Type: SystemNullableGuid
The tenant identifier.
Return Value
Type:
BuiltInResourceInfoInformation about the built-in resource, or
if the resource does not exist.
See Also