FileExists Method

Checks if a file with the given Id is present in the cache.

Syntax

public bool FileExists(string fileId);
Public Function FileExists(ByVal FileId As String) As Boolean

Remarks

This method checks to see whether there's a file with the specified FileId present in the cache; returning true if so or false otherwise.

 
 
Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7850]