- Description
-
VirtualFiles Class
Object Model
-
Remarks
-
This is the collection of VirtualFile objects. You can
add, remove or reference specific objects in the
collection. Managing the collection can be done at any time
- even while user is connected to the server, and it will
be visible immediately by the user.
Members
-
| AddData |
Adds new virtual file from the byte array. |
| AddFile |
Adds new virtual file. |
| Remove |
Removes virtual file from the collection. |
| RemoveAll |
Removes all virtual files from the
collection. |
| Count |
 |
Returns total number of virtual files. |
| Item |
 |
Returns reference to specific virtual file. |
|