Click or drag to resize
RequestLogsGetEnumerator Method
Gets the logs enumerator

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public IEnumerator<RequestLog> GetEnumerator()

Return Value

Type: IEnumeratorRequestLog

Implements

IEnumerableTGetEnumerator
See Also