IAppResourceServiceGetBuiltInResourceInfo Method |
Gets information about the built-in resource of the specified type, for the specified tenant.
Namespace: Dundas.BI.AppResourcesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxBuiltInResourceInfo? 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 BuiltInResourceKind
- Kind of the built-in resource.
- tenantId NullableGuid
- The tenant identifier.
Return Value
BuiltInResourceInfoInformation about the built-in resource, or
if the resource does not exist.
See Also