Class ViewAuditLogCommand.Parameters
Provides constant parameter names used for specifying start date, end date, and user identifier in API requests or queries.
public static class ViewAuditLogCommand.Parameters
- Inheritance
-
ViewAuditLogCommand.Parameters
- Inherited Members
Remarks
Use these constants to avoid hardcoding parameter names when constructing requests or working with query strings. This helps ensure consistency and reduces the risk of typographical errors.
Fields
EndDate
Represents the key name used to identify the end date value in configuration or data sources.
public const string EndDate = "enddate"
Field Value
StartDate
Represents the query parameter name for specifying a start date in requests.
public const string StartDate = "startdate"
Field Value
UserId
Represents the key name used to identify a user ID in data storage or configuration settings.
public const string UserId = "userid"