Click or drag to resize
EfficientStorageManagerDeleteFile Method
Deletes the file identified by id

Namespace: Activsoft.Storage
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public void DeleteFile(
	int id
)

Parameters

id
Type: SystemInt32
The unique identifier of the file.
See Also