Click or drag to resize

DocumentInfo(String) Constructor

Initializes a new DocumentInfo structure with the specified document name.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public DocumentInfo(
	string name
)

Parameters

name  String
The document name.
See Also