DocumentInfo Constructor (String) |
Initializes a new
DocumentInfo structure with the specified document name.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.5
Syntaxpublic DocumentInfo(
string name
)
Public Sub New (
name As String
)
public:
DocumentInfo(
String^ name
)
new :
name : string -> DocumentInfo
Parameters
- name
- Type: SystemString
The document name.
See Also