Document Constructor (String, String, String, DateTime)

Stot

Stot

Document Constructor (String, String, String, DateTime)

Initializes a new instance of the [Document] class.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public Document(
	string Name,
	string Path,
	string Type,
	DateTime LastModified
)
Public Sub New ( _
	Name As String, _
	Path As String, _
	Type As String, _
	LastModified As DateTime _
)
public:
Document(
	String^ Name, 
	String^ Path, 
	String^ Type, 
	DateTime^ LastModified
)

Parameters

Name
Type: String
The name of the Document.
Path
Type: String
The path to where the document is stored.
Type
Type: String
The format of the DOcument.
LastModified
Type: DateTime
The last time the Document was Modified.