C# Class Visual.AlbumListParameters

Parameters for getting a list of albums
Show 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 property

Limit the list to a specific album ID
public int? AlbumId
return int?

IncludeHidden public property

Include hidden channels
public bool IncludeHidden
return bool

Order public property

Ordering of the albums
public GenericSort Order
return GenericSort

OrderBy public property

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

PageOffset public property

Page offset
public int? PageOffset
return int?

PhotoId public property

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

Search public property

Search string
public string Search
return string

Size public property

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

UserId public property

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