Click or drag to resize
DocumentSynchronizationHelperLogDocumentChange Method
Overload List
  NameDescription
Public methodStatic memberLogDocumentChange(LogDocumentChangeSettings)
Creates the synchronization task for the specified document node and specified server with extra task parameters.
Public methodStatic memberLogDocumentChange(LogMultipleDocumentChangeSettings)
Creates the synchronization tasks for the specified document tree.
Public methodStatic memberLogDocumentChange(TreeNode, TaskTypeEnum, TreeProvider)
Creates the synchronization task for the specified document node, creates the tasks for all the enabled servers when task logging is on.
Public methodStatic memberLogDocumentChange(String, String, TaskTypeEnum, TreeProvider)
Creates the synchronization tasks for the specified document tree.
Public methodStatic memberLogDocumentChange(TreeNode, TaskTypeEnum, TreeProvider, Int32, TaskParameters, Boolean)
Creates the synchronization task for the specified document node and specified server with extra task parameters.
Public methodStatic memberLogDocumentChange(String, String, TaskTypeEnum, TreeProvider, Int32, Boolean, Boolean)
Creates the synchronization tasks for the specified document tree.
Public methodStatic memberLogDocumentChange(TreeNode, TaskTypeEnum, Boolean, Boolean, TreeProvider, Int32, TaskParameters, Boolean)
Creates the synchronization task for the specified document node and specified server with extra task parameters.
Public methodStatic memberLogDocumentChange(String, String, TaskTypeEnum, Boolean, Boolean, TreeProvider, Int32, Boolean, TaskParameters, Boolean, String)
Creates the synchronization tasks for the specified document tree.
Top
See Also