C# Class vwarDAL.TempWebContentManager

Inheritance: ITempContentManager
ファイルを表示 Open project: adlnet/3D-Repository

Public Methods

Method Description
DisableTempDatastreams ( string pid ) : void

EnableTempDatastreams ( string pid, string hash ) : void

GetTempLocation ( string pid ) : string

TempWebContentManager ( string connString ) : System

Method Details

DisableTempDatastreams() public method

public DisableTempDatastreams ( string pid ) : void
pid string
return void

EnableTempDatastreams() public method

public EnableTempDatastreams ( string pid, string hash ) : void
pid string
hash string
return void

GetTempLocation() public method

public GetTempLocation ( string pid ) : string
pid string
return string

TempWebContentManager() public method

public TempWebContentManager ( string connString ) : System
connString string
return System