Open this page in the API Guide

IAppResourceService.DeleteStaticResource Method

Deletes the static resource.

Namespace:  Dundas.BI.AppResources
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
bool DeleteStaticResource(
	StaticResourceInfo staticResourceInfo
)

Parameters

staticResourceInfo
Type: Dundas.BI.AppResources.StaticResourceInfo
The static resource information.

Return Value

Type: Boolean
true if resource is found and deleted, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionstaticResourceInfo is null.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also