C# Class Visual.PhotoListParameters

Parameters for listing photos
Mostra 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_oe property

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

Audio public_oe property

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

Day public_oe property

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

IncludeUnpublished public_oe property

Include unpublished photos
public bool IncludeUnpublished
return bool

Month public_oe property

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

Order public_oe property

Order of the photo list
public GenericSort Order
return GenericSort

OrderBy public_oe property

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

PageOffset public_oe property

Page offset
public int? PageOffset
return int?

PhotoId public_oe property

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

PlayerId public_oe property

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

Search public_oe property

Search string
public string Search
return string

Size public_oe property

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

TagMode public_oe property

Mode for interpreting multiple tags
public PhotoTagMode TagMode
return PhotoTagMode

Tags public_oe property

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

Token public_oe property

Search for a specific token
public string Token
return string

UserId public_oe property

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

Video public_oe property

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

VideoEncoded public_oe property

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

Year public_oe property

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