IAppResourceServiceStoreStaticResource Method |
Namespace: Dundas.BI.AppResources
StaticResourceInfo StoreStaticResource( StaticResourceInfo staticResourceInfo, Stream inputStream )
Exception | Condition |
---|---|
ArgumentNullException | staticResourceInfo is . -or- inputStream is . |
DuplicateItemException | Another static resource with the same name but different ID already exists. |
InvalidOperationException | Data exceeds the maximum configured static resource size. -or- Stream is empty or its position is set to the end. |
NoPrivilegeException | The caller does not have administrative privileges. |
InvalidSessionException | The caller context is not associated with a valid session. |