DataFile Constructor

Data File information class.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public DataFile(
	string text,
	string fileName,
	WorksheetInfo metaInfo,
	string shortcut,
	int revision,
	Guid guid
)

Parameters

text  String
File title represented for current language.
fileName  String
Full path to the file.
metaInfo  WorksheetInfo
Current language worksheet meta-data.
shortcut  String
Gets or sets shortcut of the document to use for snippets.
revision  Int32
Revision of the document.
guid  Guid
Guid of the document.

See Also