C# Class SenseNet.Services.WebDav.WebDavHandler

Inheritance: System.Web.SessionState.IRequiresSessionState, IHttpHandler
Datei anzeigen Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
GetGlobalPath ( string path ) : string
ProcessRequest ( HttpContext context ) : void
RepositoryPathToUrl ( string repositoryPath ) : string

Private Methods

Method Description
GetAttachmentName ( Node node, string propertyName ) : string
GetNodeByBinaryName ( Node parentNode, string fileName, string &binaryPropertyName ) : Node

Method Details

GetGlobalPath() public method

public GetGlobalPath ( string path ) : string
path string
return string

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

RepositoryPathToUrl() public method

public RepositoryPathToUrl ( string repositoryPath ) : string
repositoryPath string
return string