Click or drag to resize
WebSyncHelperInstanceIsHiddenWebFarmServer Property
Indicates that the instance is hidden part of the web farm.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public static bool InstanceIsHiddenWebFarmServer { get; set; }

Property Value

Type: Boolean
Remarks
This means that it produces web farm tasks but other web farms do not see this instance and do not generate web farm tasks for it.
See Also