C# 클래스 vwarDAL.TempWebContentManager

상속: ITempContentManager
파일 보기 프로젝트 열기: adlnet/3D-Repository

공개 메소드들

메소드 설명
DisableTempDatastreams ( string pid ) : void

EnableTempDatastreams ( string pid, string hash ) : void

GetTempLocation ( string pid ) : string

TempWebContentManager ( string connString ) : System

메소드 상세

DisableTempDatastreams() 공개 메소드

public DisableTempDatastreams ( string pid ) : void
pid string
리턴 void

EnableTempDatastreams() 공개 메소드

public EnableTempDatastreams ( string pid, string hash ) : void
pid string
hash string
리턴 void

GetTempLocation() 공개 메소드

public GetTempLocation ( string pid ) : string
pid string
리턴 string

TempWebContentManager() 공개 메소드

public TempWebContentManager ( string connString ) : System
connString string
리턴 System