ActionLogEntry(String, String, String, String, String, String) Constructor
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
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