This function permanently deletes the given stream. This operation **CANNOT** be undone! For recoverable deletions, see the
Delete(String) method.
Purge is restricted to VC admins only.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public static void Purge(
string stream
) |
Visual Basic |
---|
Public Shared Sub Purge ( _
stream As String _
) |
Visual C++ |
---|
public:
static void Purge(
String^ stream
) |
Parameters
- stream
- Type: String
Stream path to be purged.
Remarks
Exceptions
See Also