IExpressionValet GetRootInstanceStructureListBelongsToCustomer Method µStrata MathDaemon™ WCF
Retrieve all instances stored in the database that belongs to the customer and are on Root level

The data will be retrieved directly from the database. It means that if any instance uploaded to the cache and edit, the changes are not reflected until the instance will be stored in the database.

Namespace: uStrata.MathDaemon.Wcf.Contracts
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax

MathDaemonResponse<ExpressionContent> GetRootInstanceStructureListBelongsToCustomer(
	Guid sessionId
)

Parameters

sessionId
Type: System Guid
Session identifier

Return Value

Type: MathDaemonResponse ExpressionContent 
An array of ExpressionContent structure
See Also