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.6.308
Syntax IEnumerable<IUserTheme> UserThemes(
out int count,
int pageSize = -1,
int startIndex = -1
)
Function UserThemes (
<OutAttribute> ByRef count As Integer,
Optional pageSize As Integer = -1,
Optional startIndex As Integer = -1
) As IEnumerable(Of IUserTheme)
IEnumerable<IUserTheme^>^ UserThemes(
[OutAttribute] int% count,
int pageSize = -1,
int startIndex = -1
)
abstract UserThemes :
count : int byref *
?pageSize : int *
?startIndex : int
(* Defaults:
let _pageSize = defaultArg pageSize -1
let _startIndex = defaultArg startIndex -1
*)
-> IEnumerable<IUserTheme>
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:
IEnumerableIUserThemeCollection of
User ThemesSee Also