C# Class SenseNet.Services.WebDav.WebDavHandler

Inheritance: System.Web.SessionState.IRequiresSessionState, IHttpHandler
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
GetGlobalPath ( string path ) : string
ProcessRequest ( HttpContext context ) : void
RepositoryPathToUrl ( string repositoryPath ) : string

Private Methods

Méthode Description
GetAttachmentName ( Node node, string propertyName ) : string
GetNodeByBinaryName ( Node parentNode, string fileName, string &binaryPropertyName ) : Node

Method Details

GetGlobalPath() public méthode

public GetGlobalPath ( string path ) : string
path string
Résultat string

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

RepositoryPathToUrl() public méthode

public RepositoryPathToUrl ( string repositoryPath ) : string
repositoryPath string
Résultat string