C# Class Visual.PhotoListParameters

Parameters for listing photos
Afficher le fichier Open project: 23/23-api-dotnet Class Usage Examples

Méthodes publiques

Свойство 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
Résultat int?

Audio public_oe property

Limit to objects with audio
public bool? Audio
Résultat bool?

Day public_oe property

Limit to a specific day
public int? Day
Résultat int?

IncludeUnpublished public_oe property

Include unpublished photos
public bool IncludeUnpublished
Résultat bool

Month public_oe property

Limit to a specific month
public int? Month
Résultat int?

Order public_oe property

Order of the photo list
public GenericSort Order
Résultat GenericSort

OrderBy public_oe property

Property to order the photo list by
public PhotoListSort OrderBy
Résultat PhotoListSort

PageOffset public_oe property

Page offset
public int? PageOffset
Résultat int?

PhotoId public_oe property

Limit to a specific photo ID
public int? PhotoId
Résultat int?

PlayerId public_oe property

Limit to a specific player ID
public int? PlayerId
Résultat int?

Search public_oe property

Search string
public string Search
Résultat string

Size public_oe property

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

TagMode public_oe property

Mode for interpreting multiple tags
public PhotoTagMode TagMode
Résultat PhotoTagMode

Tags public_oe property

Tags to limit the photo list by
public List Tags
Résultat List

Token public_oe property

Search for a specific token
public string Token
Résultat string

UserId public_oe property

Limit to a specific user ID
public int? UserId
Résultat int?

Video public_oe property

Limit to objects with video
public bool? Video
Résultat bool?

VideoEncoded public_oe property

Limit to fully transcoded objects
public bool? VideoEncoded
Résultat bool?

Year public_oe property

Limit to a specific year
public int? Year
Résultat int?