Click or drag to resize
DebugHelperFindRequestLogs Method
Finds the collection of request logs by the given request GUID

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static RequestLogs FindRequestLogs(
	Guid requestGuid
)

Parameters

requestGuid
Type: SystemGuid
Request GUID

Return Value

Type: RequestLogs
See Also