Method | Description | |
---|---|---|
CheckExists ( string relativePath ) : bool | ||
Copy ( string relativeSourcePath, string relativeDestinationPath ) : void | ||
CreateCollection ( string relativePath ) : void | ||
Delete ( string relativePath ) : void | ||
FileSystemProvider ( string basePath ) : System | ||
Move ( string relativeSourcePath, string relativeDestinationPath ) : void | ||
Process ( PropfindRequest request ) : |
||
Read ( string relativePath ) : Stream | ||
Save ( string relativePath, Stream input ) : void |
Method | Description | |
---|---|---|
FileSystemProvider ( ) : System | ||
GetFullPath ( string additionalPath ) : string | ||
IsACollection ( string fullPath ) : bool | ||
JoinRelativePath ( string basePath, string additionalPath ) : string | ||
Process ( PropfindRequest request, string relativePath, int currentDepth, |
public CheckExists ( string relativePath ) : bool | ||
relativePath | string | |
return | bool |
public Copy ( string relativeSourcePath, string relativeDestinationPath ) : void | ||
relativeSourcePath | string | |
relativeDestinationPath | string | |
return | void |
public CreateCollection ( string relativePath ) : void | ||
relativePath | string | |
return | void |
public FileSystemProvider ( string basePath ) : System | ||
basePath | string | |
return | System |
public Move ( string relativeSourcePath, string relativeDestinationPath ) : void | ||
relativeSourcePath | string | |
relativeDestinationPath | string | |
return | void |
public Process ( PropfindRequest request ) : |
||
request | PropfindRequest | |
return |
public Save ( string relativePath, Stream input ) : void | ||
relativePath | string | |
input | Stream | |
return | void |