Свойство | Тип | Описание | |
---|---|---|---|
api | IPhunApi | ||
config | ICmsConfiguration | ||
connector | IContentConnector | ||
myUtility |
Метод | Описание | |
---|---|---|
PhunFileSystem ( IPhunApi api, IContentConnector connector ) : System |
Initializes a new instance of the PhunFileSystem class.
|
|
readFileSync ( string filename, string options ) : string |
Reads the file sync.
|
Метод | Описание | |
---|---|---|
CacheRetrieve ( string filename ) : string |
Caches the retrieve.
|
protected CacheRetrieve ( string filename ) : string | ||
filename | string | The filename. |
Результат | string |
public PhunFileSystem ( IPhunApi api, IContentConnector connector ) : System | ||
api | IPhunApi | The API. |
connector | IContentConnector | The connector. |
Результат | System |
public readFileSync ( string filename, string options ) : string | ||
filename | string | The filename. |
options | string | The options is ignored. |
Результат | string |