API Reference
Class
SiteLinkInfoEx
Extended site link details including schedule and allowed-hour summaries.
Inheritance
- Object
- SiteLinkInfoEx
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
- Method TopologyService.GetSiteLinks
- Method TopologyService.GetSiteLinks
Constructors
public SiteLinkInfoEx() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Site link name (cn).
public IReadOnlyList<String> Sites { get; set; } #DNs of sites connected by this link.
public Int32 ReplicationFrequencyInMinutes { get; set; } #Replication interval in minutes.
public SiteLinkOptionFlags Options { get; set; } #Option flags (notify/two-way/disable compression).
public Boolean HasSchedule { get; set; } #True when a weekly schedule is present.
public Int32 AllowedHourCount { get; set; } #Total allowed hours in the week (0..168).
public IReadOnlyList<Int32> AllowedHoursByDay { get; set; } #Allowed hours per day (7 entries, 0..24) or null when no schedule present.
public IReadOnlyList<IReadOnlyList<Boolean>> AllowedHoursGrid { get; set; } #Optional 7x24 grid of allowed hours (true=allowed) when a schedule is present.