Click or drag to resize

ISiteMapUserAgents Method


Gets a paginated list of user agents.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IUserAgent> UserAgents(
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

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

Return Value

IEnumerableIUserAgent
Collection of UserAgent entries
See Also