API Reference
Class
SiteLinksSummary
Aggregated counts for site links within the forest or transport container.
Inheritance
- Object
- SiteLinksSummary
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
Constructors
public SiteLinksSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Total { get; set; } #Total number of site links.
public Int32 WithSchedule { get; set; } #Number of site links with schedules defined.
public Int32 MinCost { get; set; } #Minimum link cost.
public Int32 MaxCost { get; set; } #Maximum link cost.
public Double AverageCost { get; set; } #Average link cost across all links.