Метод | Описание | |
---|---|---|
DeleteContent ( BinaryFile binaryFile ) : void |
Deletes the content from the external storage medium associated with the provider.
|
|
GetContentStream ( BinaryFile binaryFile ) : Stream |
Gets the contents from the external storage medium associated with the provider
|
|
GetPath ( BinaryFile file ) : string |
Gets the path.
|
|
SaveContent ( BinaryFile binaryFile ) : void |
Saves the binary file contents to the external storage medium associated with the provider.
|
Метод | Описание | |
---|---|---|
GetFilePath ( BinaryFile binaryFile ) : string |
Gets the file path.
|
|
GetRelativePath ( BinaryFile binaryFile ) : string |
Gets the relative path.
|
public DeleteContent ( BinaryFile binaryFile ) : void | ||
binaryFile | BinaryFile | The binary file. |
Результат | void |
public GetContentStream ( BinaryFile binaryFile ) : Stream | ||
binaryFile | BinaryFile | The binary file. |
Результат | Stream |
public GetPath ( BinaryFile file ) : string | ||
file | BinaryFile | The file. |
Результат | string |
public SaveContent ( BinaryFile binaryFile ) : void | ||
binaryFile | BinaryFile | The binary file. |
Результат | void |