SessionData Constructor (Boolean)

Initializes a new instance of the SessionData class.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public SessionData(
	bool includeSecureAttributes
)

Parameters

includeSecureAttributes
Type: SystemBoolean
A flag indicating whether or not to include secure custom attribute values.
See Also