IHostManagementViewsShowFilesRow Method
Displays the log files of the indicated table.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowFilesRow(
string table,
long id,
bool isActive = true
)
Sub ShowFilesRow (
table As String,
id As Long,
Optional isActive As Boolean = true
)
Parameters
- table String
- Table name.
- id Int64
- Record identifier.
- isActive Boolean (Optional)
- Indicates whether the view is active at startup.