| EfficientStorageManagerDeleteFile Method |
Deletes the file identified by id
Namespace: Activsoft.StorageAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic void DeleteFile(
int id
)
Public Sub DeleteFile (
id As Integer
)
public:
void DeleteFile(
int id
)
member DeleteFile :
id : int -> unit
Parameters
- id
- Type: SystemInt32
The unique identifier of the file.
See Also