ISiteMapSites Method Ingeniux CMS Content Store API

Gets a paginated list of site brandings.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<ISiteBranding> Sites(
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

count
Type: SystemInt32
Output total count
pageSize (Optional)
Type: SystemInt32
Number of items to return. Default is all items.
startIndex (Optional)
Type: SystemInt32
Starting item index. Default is first item.

Return Value

Type: IEnumerableISiteBranding
Collection of site branding entries
See Also

Reference