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 (8.0.2.1001)
SyntaxBuiltInResourceInfo StoreBuiltInResource(
BuiltInResourceKind builtInResourceKind,
Nullable<Guid> tenantId,
Stream inputStream
)
Function StoreBuiltInResource (
builtInResourceKind As BuiltInResourceKind,
tenantId As Nullable(Of 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| Exception | Condition |
|---|
| ArgumentOutOfRangeException | builtInResourceKind is not one of the BuiltInResourceKind values. |
| ArgumentException | tenantId is Empty. |
| ArgumentNullException | inputStream is . |
| NoPrivilegeException | The caller does not have administrative privileges. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also