IAppResourceServiceDeleteStaticResource Method  | 
 Deletes the static resource.
 
    Namespace: 
   Dundas.BI.AppResources
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxbool DeleteStaticResource(
	StaticResourceInfo staticResourceInfo
)
Function DeleteStaticResource ( 
	staticResourceInfo As StaticResourceInfo
) As Boolean
bool DeleteStaticResource(
	StaticResourceInfo^ staticResourceInfo
)
abstract DeleteStaticResource : 
        staticResourceInfo : StaticResourceInfo -> bool 
Parameters
- staticResourceInfo
 - Type: Dundas.BI.AppResourcesStaticResourceInfo
The static resource information. 
Return Value
Type: 
Boolean if resource is found and deleted, 
 otherwise.
Exceptions
See Also