C# Class Rock.Storage.Provider.Database

Inheritance: ProviderComponent
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

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

SaveContent ( BinaryFile file ) : void

Saves the binary file contents to the external storage medium associated with the provider.

Method Details

DeleteContent() public méthode

Deletes the content from the external storage medium associated with the provider.
public DeleteContent ( BinaryFile file ) : void
file BinaryFile The file.
Résultat void

GetContentStream() public méthode

Gets the contents from the external storage medium associated with the provider
public GetContentStream ( BinaryFile file ) : Stream
file BinaryFile The file.
Résultat System.IO.Stream

SaveContent() public méthode

Saves the binary file contents to the external storage medium associated with the provider.
public SaveContent ( BinaryFile file ) : void
file BinaryFile The file.
Résultat void