Request RetrieveSubRequests Property C# API
Gets or sets a value that indicates whether sub-requests will be retrieved for this Request.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public bool RetrieveSubRequests { get; set; }

Field Value

true if sub-requests will be retrieved for this Request; otherwise, false.
Remarks

Note Note
By default, sub-requests are retrieved.
See Also