Метод | Описание | |
---|---|---|
File ( this _, Reduce |
||
File ( this _, Reduce |
||
File ( this _, Reduce |
||
File ( this _, string filename ) : Continuation | ||
Folder ( this _, string urlPrefix, string folder ) : Continuation | ||
Folder ( this _, string urlPrefix, string folder, Continuation on404 ) : Continuation | ||
Text ( this _, Reduce |
||
Text ( this _, string text ) : Continuation |
public static File ( this _, Reduce |
||
_ | this | |
filenameReducer | Reduce |
|
Результат | Continuation |
public static File ( this _, Reduce |
||
_ | this | |
filenameReducer | Reduce |
|
contentTypeFilter | Filter |
|
Результат | Continuation |
public static File ( this _, Reduce |
||
_ | this | |
filenameReducer | Reduce |
|
contentType | string | |
Результат | Continuation |
public static File ( this _, string filename ) : Continuation | ||
_ | this | |
filename | string | |
Результат | Continuation |
public static Folder ( this _, string urlPrefix, string folder ) : Continuation | ||
_ | this | |
urlPrefix | string | |
folder | string | |
Результат | Continuation |
public static Folder ( this _, string urlPrefix, string folder, Continuation on404 ) : Continuation | ||
_ | this | |
urlPrefix | string | |
folder | string | |
on404 | Continuation | |
Результат | Continuation |
public static Text ( this _, Reduce |
||
_ | this | |
textReducer | Reduce |
|
Результат | Continuation |
public static Text ( this _, string text ) : Continuation | ||
_ | this | |
text | string | |
Результат | Continuation |