IAppResourceServiceStoreBuiltInResource Method |
Stores the built-in resource.
Namespace:
Dundas.BI.AppResources
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax BuiltInResourceInfo StoreBuiltInResource(
BuiltInResourceKind builtInResourceKind,
Guid? tenantId,
Stream inputStream
)
Function StoreBuiltInResource (
builtInResourceKind As BuiltInResourceKind,
tenantId As Guid?,
inputStream As Stream
) As BuiltInResourceInfo
BuiltInResourceInfo^ StoreBuiltInResource(
BuiltInResourceKind builtInResourceKind,
Nullable<Guid> tenantId,
Stream^ inputStream
)
abstract StoreBuiltInResource :
builtInResourceKind : BuiltInResourceKind *
tenantId : Nullable<Guid> *
inputStream : Stream -> BuiltInResourceInfo
Parameters
- builtInResourceKind
- Type: Dundas.BI.AppResourcesBuiltInResourceKind
Kind of the built-in resource. - tenantId
- Type: SystemNullableGuid
The tenant identifier. - inputStream
- Type: System.IOStream
The input stream.
Return Value
Type:
BuiltInResourceInfoThe
BuiltInResourceInfo of the stored resource.
Exceptions See Also