Constructors
Defines the constructors for the ParsedDocument class.
less than a minute
Overloads
ParsedDocument()- Initializes a new instance of the ParsedDocument class.
ParsedDocument()
Initializes a new instance of the ParsedDocument class.
[ParsedDocument]::new()
You can create a ParsedDocument by either casting a hash table of the class’s properties
to a variable with the [ParsedDocument] type or using the Get-Document cmdlet to find and
parse a document.