Method | Description | |
---|---|---|
RavenFileStorageService ( IDocumentStore documentStore ) : System | ||
RetrieveFile ( string filename ) : byte[] | ||
StoreFile ( string filename, byte bytes ) : void |
public RavenFileStorageService ( IDocumentStore documentStore ) : System | ||
documentStore | IDocumentStore | |
return | System |
public RetrieveFile ( string filename ) : byte[] | ||
filename | string | |
return | byte[] |
public StoreFile ( string filename, byte bytes ) : void | ||
filename | string | |
bytes | byte | |
return | void |