Click or drag to resize

CrossTabEngineDeleteCBT Method

Deletes a report that was previously saved via TableSaveCBT(String).

Namespace: RCS.Carbon.Tables
Assembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax
C#
public DeleteJobFileResult DeleteCBT(
	string name,
	out string msg
)

Parameters

name  String
Name of the report. The name may have an optional path prefix joined with forward or back slashes. The name is relative to the folder where reports are stored (currently 'Reports\Session'. Any extension is ignored.
msg  String

[Missing <param name="msg"/> documentation for "M:RCS.Carbon.Tables.CrossTabEngine.DeleteCBT(System.String,System.String@)"]

Return Value

DeleteJobFileResult
True if the report was deleted. False if the report wasn't found.
See Also