|
CrossTabEngineDeleteCBT Method
|
Namespace: RCS.Carbon.TablesAssembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax 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
DeleteJobFileResultTrue if the report was deleted. False if the report wasn't found.
See Also