Метод | Описание | |
---|---|---|
CompressDirectory ( string ArchiveOutputLocation, |
Compresses a directory using Zip compression into a specified directory is recursive |
|
CreateProvider ( string ProviderName ) : Providers.BlogProvider | ||
DumpProvider ( string NewProviderName, string ArchiveOutputLocation ) : string |
Dumps the file store provider to a zip file, clears the old file store, switches and reloads a new providers clears the new file storage provider, then loads the new file store provider from the zip.
|
Метод | Описание | |
---|---|---|
ExtractDirectory ( string ArchiveOutputLocation ) : void | ||
ZipDirectory ( |
Adds a directory to a specific ZipStream do not call this method directly, this method is designed be called in a recursive manor. |
public CompressDirectory ( string ArchiveOutputLocation, |
||
ArchiveOutputLocation | string | the output directory path (including file name) |
ArchiveDirectory | the Directory object to be compressed | |
Результат | void |
public static CreateProvider ( string ProviderName ) : Providers.BlogProvider | ||
ProviderName | string | |
Результат | Providers.BlogProvider |
public DumpProvider ( string NewProviderName, string ArchiveOutputLocation ) : string | ||
NewProviderName | string | The name of the new provider |
ArchiveOutputLocation | string | The output archive location. |
Результат | string |