IFindableCentralizedFileStore
is defined in the Telligent.Evolution.Extensibility.Storage.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IFindableCentralizedFileStore : ICentralizedFileStore, IPlugin { bool FindFile(ref string fileStoreKey, ref string path, ref string fileName); }
Methods
bool FindFile(ref string fileStoreKey, ref string path, ref string fileName);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
fileStoreKey | ref string | File Store Key | Required | ||
path | ref string | Path | Required | ||
fileName | ref string | File Name | Required |
Return Type
bool