Method | Description | |
---|---|---|
DeleteContent ( BinaryFile file ) : void |
Deletes the content from the external storage medium associated with the provider.
|
|
GetContentStream ( BinaryFile file ) : |
Gets the contents from the external storage medium associated with the provider
|
|
SaveContent ( BinaryFile file ) : void |
Saves the binary file contents to the external storage medium associated with the provider.
|
public DeleteContent ( BinaryFile file ) : void | ||
file | BinaryFile | The file. |
return | void |
public GetContentStream ( BinaryFile file ) : |
||
file | BinaryFile | The file. |
return |
public SaveContent ( BinaryFile file ) : void | ||
file | BinaryFile | The file. |
return | void |