C# 클래스 SenseNet.Services.WebDav.WebDavHandler

상속: System.Web.SessionState.IRequiresSessionState, IHttpHandler
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
GetGlobalPath ( string path ) : string
ProcessRequest ( HttpContext context ) : void
RepositoryPathToUrl ( string repositoryPath ) : string

비공개 메소드들

메소드 설명
GetAttachmentName ( Node node, string propertyName ) : string
GetNodeByBinaryName ( Node parentNode, string fileName, string &binaryPropertyName ) : Node

메소드 상세

GetGlobalPath() 공개 메소드

public GetGlobalPath ( string path ) : string
path string
리턴 string

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

RepositoryPathToUrl() 공개 메소드

public RepositoryPathToUrl ( string repositoryPath ) : string
repositoryPath string
리턴 string