Click or drag to resize

AuditServiceGetByIds Method (IEnumerableInt32)

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.GenericIEnumerableInt32

Return Value

Type: IEnumerableAudit

Implements

IAuditServiceGetByIds(IEnumerableInt32)
See Also