IResourceFileServiceUpdate Method |
Updates the specified resource.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxvoid Update(
Guid resourceId,
Stream data
)
Sub Update (
resourceId As Guid,
data As Stream
)
void Update(
Guid resourceId,
Stream^ data
)
abstract Update :
resourceId : Guid *
data : Stream -> unit
Parameters
- resourceId
- Type: SystemGuid
ID of the resource. - data
- Type: System.IOStream
The data stream.
Exceptions| Exception | Condition |
|---|
| ArgumentException | resourceId is Empty. |
| ArgumentNullException | data is . |
| InvalidOperationException | resourceId corresponds to an entry which is not a resource. |
| NotFoundException | The resource with the specified ID does not exist. |
| NoPrivilegeException | The caller does not have the Write privilege on the resource. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also