Class description
Provides a consolidated result of a bookmark addition operation (Add-*Bookmark). This is the output type of all Add-*Bookmark functions.
Properties
BookmarksAdded
[int]
Number of bookmarks successfully added to target.
BookmarksSkipped
[int]
Number of bookmarks skipped due to URLs being already present in target.
BookmarksRemoved
[int]
Number of bookmarks removed from target.
ErrorsEncountered
[int]
Number of errors encountered in the process.
TargetBrowser
[string]
Targeted browser architecture. Valid values are ‘ie’,’firefox’ and ‘chrome’.
TargetPath
[string]
Path to which the bookmarks were added or from which bookmarks were removed:
- Folder for IE
- .sqlite database for Firefox
- JSON file for Chrome
BackupFile
[string]
Absolute path to ZIP archive containing the backup of the target before addition.
Methods
This class does not expose any methods.
Constructors
BookmarkOperationResult([string]$TargetBrowser)
BookmarkOperationResult([string]$TargetBrowser, [string]$TargetPath)
[ back to module ]