LibreOfficeFilter Constructor |
IT Hit User File System
Creates instance of this class.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 9.0.27334.0-Beta
Syntaxpublic LibreOfficeFilter(
bool syncOwnerFile = false
)
Public Sub New (
Optional syncOwnerFile As Boolean = false
)
public:
LibreOfficeFilter(
bool syncOwnerFile = false
)
new :
?syncOwnerFile : bool
(* Defaults:
let _syncOwnerFile = defaultArg syncOwnerFile false
*)
-> LibreOfficeFilter
Parameters
- syncOwnerFile (Optional)
- Type: SystemBoolean
Indicates if owner file should be synched to the remote storage.
See Also