C# Class Test.InformationManager.Infrastructure.Modules.Applications.Services.MockDocumentService

Inheritance: IDocumentService
Datei anzeigen Open project: jbe2277/waf

Public Methods

Method Description
GetStream ( string documentPartPath, string contentType, FileMode fileMode ) : Stream

Method Details

GetStream() public method

public GetStream ( string documentPartPath, string contentType, FileMode fileMode ) : Stream
documentPartPath string
contentType string
fileMode FileMode
return Stream