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.
Last modified March 3, 2023: (MAINT) Rename Source folder to Projects (8b45aed)