Method | Description | |
---|---|---|
CreateDirectory ( int desktopId, string dirPath ) : bool | ||
CreateFile ( int destkopId, string targetFileNamePath, Stream fileStream ) : string | ||
CreateFile ( int desktopId, string targetPath, string fileName, Stream fileStream ) : string | ||
DeleteFile ( int desktopId, string filePath ) : bool | ||
GetChildrenItems ( int desktopId, |
||
GetFile ( int desktopId, |
||
GetRoot ( int desktopId ) : |
||
LocalFileSystemProvider ( IFileSystemService localFileSystemService ) : System | ||
PrepareFileSystem ( int desktopId ) : bool | ||
UpdateFile ( int desktopId, string filePath, byte fileBytes ) : bool |
Method | Description | |
---|---|---|
GetLocalFileSystemRelativePath ( int desktopId, string relativePath ) : string |
public CreateDirectory ( int desktopId, string dirPath ) : bool | ||
desktopId | int | |
dirPath | string | |
return | bool |
public CreateFile ( int destkopId, string targetFileNamePath, Stream fileStream ) : string | ||
destkopId | int | |
targetFileNamePath | string | |
fileStream | Stream | |
return | string |
public CreateFile ( int desktopId, string targetPath, string fileName, Stream fileStream ) : string | ||
desktopId | int | |
targetPath | string | |
fileName | string | |
fileStream | Stream | |
return | string |
public DeleteFile ( int desktopId, string filePath ) : bool | ||
desktopId | int | |
filePath | string | |
return | bool |
public GetChildrenItems ( int desktopId, |
||
desktopId | int | |
parent | ||
return | IEnumerable |
public GetFile ( int desktopId, |
||
desktopId | int | |
fileSystemItem | ||
return | Stream |
public GetRoot ( int desktopId ) : |
||
desktopId | int | |
return |
public LocalFileSystemProvider ( IFileSystemService localFileSystemService ) : System | ||
localFileSystemService | IFileSystemService | |
return | System |
public PrepareFileSystem ( int desktopId ) : bool | ||
desktopId | int | |
return | bool |
public UpdateFile ( int desktopId, string filePath, byte fileBytes ) : bool | ||
desktopId | int | |
filePath | string | |
fileBytes | byte | |
return | bool |