ClearCachedDocument(String,String) Method
Removes a previously cached document from cache.
public static System.bool ClearCachedDocument(
System.string ,
System.string
)
'Declaration
Public Overloads Shared Function ClearCachedDocument( _
ByVal As System.String, _
ByVal As System.String _
) As System.Boolean
Parameters
- fileName
- Name of the file.
- reportName
- Name of the report.
Return Value
Returns true if the specified document has actually been removed from the cache.