C# Class Visual.PhotoListParameters

Parameters for listing photos
Show file Open project: 23/23-api-dotnet Class Usage Examples

Public Properties

Property Type Description
AlbumId int?
Audio bool?
Day int?
IncludeUnpublished bool
Month int?
Order GenericSort
OrderBy PhotoListSort
PageOffset int?
PhotoId int?
PlayerId int?
Search string
Size int?
TagMode PhotoTagMode
Tags List
Token string
UserId int?
Video bool?
VideoEncoded bool?
Year int?

Property Details

AlbumId public property

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

Audio public property

Limit to objects with audio
public bool? Audio
return bool?

Day public property

Limit to a specific day
public int? Day
return int?

IncludeUnpublished public property

Include unpublished photos
public bool IncludeUnpublished
return bool

Month public property

Limit to a specific month
public int? Month
return int?

Order public property

Order of the photo list
public GenericSort Order
return GenericSort

OrderBy public property

Property to order the photo list by
public PhotoListSort OrderBy
return PhotoListSort

PageOffset public property

Page offset
public int? PageOffset
return int?

PhotoId public property

Limit to a specific photo ID
public int? PhotoId
return int?

PlayerId public property

Limit to a specific player ID
public int? PlayerId
return int?

Search public property

Search string
public string Search
return string

Size public property

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

TagMode public property

Mode for interpreting multiple tags
public PhotoTagMode TagMode
return PhotoTagMode

Tags public property

Tags to limit the photo list by
public List Tags
return List

Token public property

Search for a specific token
public string Token
return string

UserId public property

Limit to a specific user ID
public int? UserId
return int?

Video public property

Limit to objects with video
public bool? Video
return bool?

VideoEncoded public property

Limit to fully transcoded objects
public bool? VideoEncoded
return bool?

Year public property

Limit to a specific year
public int? Year
return int?