Méthode | Description | |
---|---|---|
DeleteContent ( BinaryFile file ) : void |
Deletes the content from the external storage medium associated with the provider.
|
|
GetContentStream ( BinaryFile file ) : Stream |
Gets the contents from the external storage medium associated with the provider
|
|
GetPath ( BinaryFile file ) : string |
Gets the path.
|
|
GetUrl ( BinaryFile file ) : string |
Generate a URL for the file based on the rules of the StorageProvider
|
|
ProviderComponent ( ) : System |
Initializes a new instance of the ProviderComponent class.
|
|
SaveContent ( BinaryFile file ) : void |
Saves the binary file contents to the external storage medium associated with the provider.
|
public abstract DeleteContent ( BinaryFile file ) : void | ||
file | BinaryFile | The file. |
Résultat | void |
public abstract GetContentStream ( BinaryFile file ) : Stream | ||
file | BinaryFile | The file. |
Résultat | Stream |
public GetPath ( BinaryFile file ) : string | ||
file | BinaryFile | The file. |
Résultat | string |
public GetUrl ( BinaryFile file ) : string | ||
file | BinaryFile | The file. |
Résultat | string |
public abstract SaveContent ( BinaryFile file ) : void | ||
file | BinaryFile | The file. |
Résultat | void |