Class AuditQuery
- Namespace
 - Dynamicweb.Auditing
 
- Assembly
 - Dynamicweb.dll
 
public class AuditQuery
  - Inheritance
 - 
      
      AuditQuery
 
- Inherited Members
 
Properties
Action
public string Action { get; set; }
  Property Value
AutoId
public int AutoId { get; set; }
  Property Value
EndTime
Skips all results from after this time.
  
  public DateTime EndTime { get; set; }
  Property Value
FreeText
public string FreeText { get; set; }
  Property Value
Id
public string Id { get; set; }
  Property Value
LanguageId
public string LanguageId { get; set; }
  Property Value
Ordering
Name of column to order by.
  
  public AuditQueryOrder Ordering { get; set; }
  Property Value
Parent
public string Parent { get; set; }
  Property Value
SkipNResults
Skips the defined number of items from the result.
  
  public int SkipNResults { get; set; }
  Property Value
StartTime
Skips all results from before this time.
  
  public DateTime StartTime { get; set; }
  Property Value
SubId
public string SubId { get; set; }
  Property Value
TopNResults
Skips all results after the defined number of items.
  
  public int TopNResults { get; set; }
  Property Value
Type
public string Type { get; set; }
  Property Value
UserId
public int? UserId { get; set; }
  Property Value
- int?
 
Methods
Clone()
public AuditQuery Clone()
  Returns
HasSearchParameters()
Specifies if this query has any text-based search parameters.
  
  public bool HasSearchParameters()
  Returns
IsEmpty()
Specifies if the query has no limiting properties.
  
  public bool IsEmpty()