Method | Description | |
---|---|---|
CreateDirectory ( int desktopId, string dirPath ) : bool | ||
CreateFile ( int destkopId, string targetFileNamePath, byte fileData ) : string | ||
CreateFile ( int desktopId, string targetPath, string fileName, Stream fileStream ) : string | ||
DeleteFile ( int desktopId, string filePath ) : bool | ||
DesktopFileSystemImpl ( IEnumerable |
||
GetChildrenItems ( int desktopId, |
||
GetDesktopRootDirectories ( int desktopId ) : IEnumerable |
||
GetFile ( int desktopId, |
||
PrepareFileSystem ( int desktopId ) : bool | ||
UpdateFile ( int desktopId, string filePath, byte fileContent ) : bool | ||
UpdateFile ( int desktopId, string filePath, string fileContent ) : bool |
Method | Description | |
---|---|---|
GetPathProvider ( string filePath, IDesktopFileSystemProvider &provider ) : bool | ||
getProviderName ( string path ) : string | ||
validatePath ( string path ) : bool |
public CreateDirectory ( int desktopId, string dirPath ) : bool | ||
desktopId | int | |
dirPath | string | |
return | bool |
public CreateFile ( int destkopId, string targetFileNamePath, byte fileData ) : string | ||
destkopId | int | |
targetFileNamePath | string | |
fileData | byte | |
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 DesktopFileSystemImpl ( IEnumerable |
||
fileSystemProviders | IEnumerable |
|
return | System |
public GetChildrenItems ( int desktopId, |
||
desktopId | int | |
parentfileSystemItem | ||
return | IEnumerable |
public GetDesktopRootDirectories ( int desktopId ) : IEnumerable |
||
desktopId | int | |
return | IEnumerable |
public GetFile ( int desktopId, |
||
desktopId | int | |
fileSystemItem | ||
return | Stream |
public PrepareFileSystem ( int desktopId ) : bool | ||
desktopId | int | |
return | bool |
public UpdateFile ( int desktopId, string filePath, byte fileContent ) : bool | ||
desktopId | int | |
filePath | string | |
fileContent | byte | |
return | bool |
public UpdateFile ( int desktopId, string filePath, string fileContent ) : bool | ||
desktopId | int | |
filePath | string | |
fileContent | string | |
return | bool |