C# Class Visual.AlbumListParameters

Parameters for getting a list of albums
Afficher le fichier Open project: 23/23-api-dotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
AlbumId int?
IncludeHidden bool
Order GenericSort
OrderBy AlbumListSort
PageOffset int?
PhotoId int?
Search string
Size int?
UserId int?

Property Details

AlbumId public_oe property

Limit the list to a specific album ID
public int? AlbumId
Résultat int?

IncludeHidden public_oe property

Include hidden channels
public bool IncludeHidden
Résultat bool

Order public_oe property

Ordering of the albums
public GenericSort Order
Résultat GenericSort

OrderBy public_oe property

Property to order the list of albums by
public AlbumListSort OrderBy
Résultat AlbumListSort

PageOffset public_oe property

Page offset
public int? PageOffset
Résultat int?

PhotoId public_oe property

Limit the list to channels containing a specific photo ID
public int? PhotoId
Résultat int?

Search public_oe property

Search string
public string Search
Résultat string

Size public_oe property

Maximum number of albums to return
public int? Size
Résultat int?

UserId public_oe property

Limit the list to albums created by a specific user ID
public int? UserId
Résultat int?