DataFile Constructor
Data File information class.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public DataFile(
string text,
string fileName,
WorksheetInfo metaInfo,
string shortcut,
int revision,
Guid guid
)
Public Sub New (
text As String,
fileName As String,
metaInfo As WorksheetInfo,
shortcut As String,
revision As Integer,
guid As Guid
)
public:
DataFile(
String^ text,
String^ fileName,
WorksheetInfo^ metaInfo,
String^ shortcut,
int revision,
Guid guid
)
new :
text : string *
fileName : string *
metaInfo : WorksheetInfo *
shortcut : string *
revision : int *
guid : Guid -> DataFile
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.