Click or drag to resize
WebSyncHelper Properties

The WebSyncHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrentlyDeletedServerID
Gets or sets the ID of the currently deleted server.
Public propertyStatic memberDeleteGeneratedWebFarmServers
Specifies whether generated web farm servers are deleted automatically on application end.
Public propertyStatic memberEnabledServers
Gets the collection of enabled servers.
Public propertyStatic memberGenerateWebFarmServers
Specifies whether web farm servers are generated automatically on first application start.
Public propertyStatic memberInstanceIsHiddenWebFarmServer
Indicates that the instance is hidden part of the web farm.
Public propertyStatic memberMaxWebFarmFileSize
Gets the maximal file size which is allowed for web farm synchronization.
Public propertyStatic memberNotifyPath
Physical path to the watcher folder for web farm server notification.
Public propertyStatic memberNotifyWatcher
File watcher to notify web farm server to process tasks.
Public propertyStatic memberScriptTimeout
Gets or sets the script timeout in seconds.
Public propertyStatic memberServerCount
Returns count of enabled web farm servers.
Public propertyStatic memberServerId
Server ID.
Public propertyStatic memberServerName
Server name.
Public propertyStatic memberServersToUpdate
Gets the collection of servers to be updated if needed. Current server is excluded.
Public propertyStatic memberSynchronizeDeleteFiles
Gets or sets value that indicates whether file delete synchronization is enabled.
Public propertyStatic memberSynchronizeFiles
Gets or sets value that indicates whether file synchronization is enabled.
Public propertyStatic memberTeamDevelopmentEnabled
Gets a value that specifies whether the team development is enabled.
Public propertyStatic memberUpdateWebFarmWithinRequest
Gets or sets the value that indicates whether web farm updater should be called within current request.
Public propertyStatic memberUseDbWebFarmUpdater
Returns whether database web farm updater is used.
Public propertyStatic memberUseTasksForExternalApplication
Indicates if synchronization tasks should be logged and processed for external applications.
Public propertyStatic memberWebFarmEnabled
Gets or sets the value that indicates whether web farm for current server is enabled. Set value overrides only web config enable setting.
Public propertyStatic memberWebFarmInstanceEnabled
Gets the value that indicates whether webfarm instance is enabled in configuration file
Public propertyStatic memberWebFarmMemoryTasks
Gets list of all task types which synchronizes only memory objects.
Public propertyStatic memberWebFarmReady
Returns whether are web farms ready.
Public propertyStatic memberWebFarmUpdaterClass
Web farm updater class used to update web farm servers.
Public propertyStatic memberWebFarmUpdaterPage
Gets or sets the web farm updater page location. Default page location: "/CMSPages/webfarmupdater.aspx"
Top
See Also