Table of Contents

Class AuditQuery

Namespace
Dynamicweb.Auditing
Assembly
Dynamicweb.Core.dll
public class AuditQuery
Inheritance
AuditQuery
Inherited Members

Properties

Action

public string? Action { get; set; }

Property Value

string

AutoId

public int AutoId { get; set; }

Property Value

int

EndTime

Skips all results from after this time.

public DateTime EndTime { get; set; }

Property Value

DateTime

FreeText

public string? FreeText { get; set; }

Property Value

string

Id

public string? Id { get; set; }

Property Value

string

LanguageId

public string? LanguageId { get; set; }

Property Value

string

Ordering

Name of column to order by.

public AuditQueryOrder? Ordering { get; set; }

Property Value

AuditQueryOrder

Parent

public string? Parent { get; set; }

Property Value

string

SkipNResults

Skips the defined number of items from the result.

public int SkipNResults { get; set; }

Property Value

int

StartTime

Skips all results from before this time.

public DateTime StartTime { get; set; }

Property Value

DateTime

SubId

public string? SubId { get; set; }

Property Value

string

TopNResults

Skips all results after the defined number of items.

public int TopNResults { get; set; }

Property Value

int

Type

public string? Type { get; set; }

Property Value

string

UserId

public int? UserId { get; set; }

Property Value

int?

Methods

Clone()

public AuditQuery Clone()

Returns

AuditQuery

HasSearchParameters()

Specifies if this query has any text-based search parameters.

public bool HasSearchParameters()

Returns

bool

IsEmpty()

Specifies if the query has no limiting properties.

public bool IsEmpty()

Returns

bool
To top