MsOfficeFilterSyncOwnerFile Property |
IT Hit User File System
Indicates if owner file should be synched to the remote storage.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public bool SyncOwnerFile { get; set; }
Public Property SyncOwnerFile As Boolean
Get
Set
public:
property bool SyncOwnerFile {
bool get ();
void set (bool value);
}
member SyncOwnerFile : bool with get, set
Property Value
Type:
BooleanRemarks
True to sync owner file (~$file.ext, lock file) to the remote storage.
False - to filter owner file. Default is false.
See Also