Click or drag to resize

AuditService.GetByIds Method (IEnumerable<Int32>)

Namespace:  Dynamicweb.Auditing
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public IEnumerable<Audit> GetByIds(
	IEnumerable<int> autoIds
)

Parameters

autoIds
Type: System.Collections.Generic.IEnumerable<Int32>

Return Value

Type: IEnumerable<Audit>

Implements

IAuditService.GetByIds(IEnumerable<Int32>)
See Also