FileContextGenerateMetaContext(SessionProfile, DocumentParams, DictionaryString, WorksheetInfo) Method

Returns meta context for IO operation by the given data.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static MetaContext GenerateMetaContext(
	SessionProfile sessionProfile,
	DocumentParams docParams,
	Dictionary<string, WorksheetInfo> metaData
)

Parameters

sessionProfile  SessionProfile
Current session properties.
docParams  DocumentParams
Parameters of the current document.
metaData  DictionaryString, WorksheetInfo
Meta data of the document.

Return Value

MetaContext
Meta context for IO operation by the given data.

See Also