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