ActionLogEntry(String, String, String, String, String, String) Constructor

Creates a new instance of ActionLogEntry

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public ActionLogEntry(
	string featureName,
	string action,
	string userName,
	string result,
	string? id = null,
	string? description = null
)

Parameters

featureName  String
The feature being accessed
action  String
The action being attempted
userName  String
The user performing the action
result  String
The result of the action
id  String  (Optional)
The ID of the item being accessed
description  String  (Optional)
An optional description

See Also