Open this page in the API Guide

ApiControllerBase.GetClientIdFromCookieOrProvided Method

Gets the client ID from cookie or from the provided value, which is usually from the query string.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
protected Guid? GetClientIdFromCookieOrProvided(
	Guid? clientIdFromQueryString
)

Parameters

clientIdFromQueryString
Type: System.Nullable<Guid>
The client ID, typically from the query string.

Return Value

Type: Nullable<Guid>
A client ID, or null if we weren't able to get one from anywhere.
See Also