MsOfficeFilterSendContentOnUnlock Property |
IT Hit User File System
True to send file content to the remote storage only when the document is closed.
False - to send on every save operation. Default is false.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public bool SendContentOnUnlock { get; set; }
Public Property SendContentOnUnlock As Boolean
Get
Set
public:
property bool SendContentOnUnlock {
bool get ();
void set (bool value);
}
member SendContentOnUnlock : bool with get, set
Property Value
Type:
BooleanSee Also