RequestLogFindByGUID Method |
Attempts to find the log by the GUID.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax 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:
RequestLogSee Also