IAppResourceServiceGetBuiltInResource Method |
Gets the built-in resource.
Namespace: Dundas.BI.AppResourcesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxStream? GetBuiltInResource(
BuiltInResourceKind builtInResourceKind,
Guid? tenantId,
out BuiltInResourceInfo?? builtInResourceInfo,
bool throwOnNotFound
)
Function GetBuiltInResource (
builtInResourceKind As BuiltInResourceKind,
tenantId As Guid?,
<OutAttribute> ByRef builtInResourceInfo As BuiltInResourceInfo,
throwOnNotFound As Boolean
) As Stream
Stream^ GetBuiltInResource(
BuiltInResourceKind builtInResourceKind,
Nullable<Guid> tenantId,
[OutAttribute] BuiltInResourceInfo^% builtInResourceInfo,
bool throwOnNotFound
)
abstract GetBuiltInResource :
builtInResourceKind : BuiltInResourceKind *
tenantId : Nullable<Guid> *
builtInResourceInfo : BuiltInResourceInfo byref *
throwOnNotFound : bool -> Stream Parameters
- builtInResourceKind BuiltInResourceKind
- Kind of the built-in resource.
- tenantId NullableGuid
- The tenant identifier.
- builtInResourceInfo BuiltInResourceInfo
- When this method returns, the output parameter contains an BuiltInResourceInfo of the stored resource.
- throwOnNotFound Boolean
- Throws NotFoundException if resource is not found and parameter is set to ,
otherwise returns .
Return Value
StreamThe application resource as a
Stream or
if not found.
Exceptions
See Also