API Reference
Class
SiteLinkItem
Per-link posture item.
Inheritance
- Object
- SiteLinkItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property View.Items
- Property View.LinksWithoutNotify
- Property View.SlowLinks
Constructors
public SiteLinkItem() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Site-link name.
public Int32 Cost { get; set; } #Link cost.
public Int32 ReplicationFrequencyInMinutes { get; set; } #Replication interval in minutes.
public Boolean UsesNotify { get; set; } #True when the link uses change notifications.
public Boolean UsesTwoWaySync { get; set; } #True when the link enables two-way sync.
public Boolean DisableCompression { get; set; } #True when compression is disabled.
public Int32 SiteCount { get; set; } #Total sites on the link.
public Boolean ExceedsRecommendedFrequency { get; set; } #True when the link exceeds the maximum interval.