User's presences list get options. Obsolete. This is replaced with passing Presence to Telligent.Evolution.Extensibility.Api.Version1.IUsers.List()
UserPresencesListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class UserPresencesListOptions { int? PageIndex { get; set; } int? PageSize { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
PageIndex Obsolete | int? | This is replaced with passing Presence to Telligent.Evolution.Extensibility.Api.Version1.IUsers.List() Specify the page number of paged results to return. Zero-based index. Optional parameter. Obsolete. This is replaced with passing Presence to Telligent.Evolution.Extensibility.Api.Version1.IUsers.List() | 0 | |
PageSize Obsolete | int? | This is replaced with passing Presence to Telligent.Evolution.Extensibility.Api.Version1.IUsers.List() Specify the number of results to return per page. Optional parameter. Obsolete. This is replaced with passing Presence to Telligent.Evolution.Extensibility.Api.Version1.IUsers.List() | 20 |