IInSyncResultContext Interface |
IT Hit User File System
Provides a properties for setting the in-sync status of the item after the operation completion.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.27334.0-Beta
Syntaxpublic interface IInSyncResultContext : IResultContextBase
Public Interface IInSyncResultContext
Inherits IResultContextBase
public interface class IInSyncResultContext : IResultContextBase
type IInSyncResultContext =
interface
interface IResultContextBase
end
The IInSyncResultContext type exposes the following members.
Properties
| Name | Description |
---|
 | Result |
Operation result.
(Inherited from IResultContextBase.) |
 | SetInSync |
If this property is set to false the item will not be marked as in-sync
after the create, update or move/rename operation. Default is true.
|
Top
See Also