C# Class Visual.AlbumListParameters

Parameters for getting a list of albums
Mostra file Open project: 23/23-api-dotnet Class Usage Examples

Public Properties

Property 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
return int?

IncludeHidden public_oe property

Include hidden channels
public bool IncludeHidden
return bool

Order public_oe property

Ordering of the albums
public GenericSort Order
return GenericSort

OrderBy public_oe property

Property to order the list of albums by
public AlbumListSort OrderBy
return AlbumListSort

PageOffset public_oe property

Page offset
public int? PageOffset
return int?

PhotoId public_oe property

Limit the list to channels containing a specific photo ID
public int? PhotoId
return int?

Search public_oe property

Search string
public string Search
return string

Size public_oe property

Maximum number of albums to return
public int? Size
return int?

UserId public_oe property

Limit the list to albums created by a specific user ID
public int? UserId
return int?