Click or drag to resize

IUserManagerUserThemes Method


Retrieves a collection of User Themes in a paginated fashion

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

Parameters

count
Type: SystemInt32
The total count of User Themes
pageSize (Optional)
Type: SystemInt32
The number of items to return in this page
startIndex (Optional)
Type: SystemInt32
The index to start when fetching a page of User Themes

Return Value

Type: IEnumerableIUserTheme
Collection of User Themes
See Also