Click or drag to resize
RequestLogFindByGUID Method
Attempts to find the log by the GUID.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static RequestLog FindByGUID(
	IEnumerable<RequestLog> logs,
	Guid guid
)

Parameters

logs
Type: System.Collections.GenericIEnumerableRequestLog
Logs to search
guid
Type: SystemGuid
Guid to search

Return Value

Type: RequestLog
See Also