Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Visual
AlbumListParameters
C# 클래스 Visual.AlbumListParameters
Parameters for getting a list of albums
파일 보기
프로젝트 열기: 23/23-api-dotnet
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
AlbumId
int?
IncludeHidden
bool
Order
GenericSort
OrderBy
AlbumListSort
PageOffset
int?
PhotoId
int?
Search
string
Size
int?
UserId
int?
프로퍼티 상세
AlbumId
공개적으로 프로퍼티
Limit the list to a specific album ID
public
int?
AlbumId
리턴
int?
IncludeHidden
공개적으로 프로퍼티
Include hidden channels
public
bool
IncludeHidden
리턴
bool
Order
공개적으로 프로퍼티
Ordering of the albums
public
GenericSort
Order
리턴
GenericSort
OrderBy
공개적으로 프로퍼티
Property to order the list of albums by
public
AlbumListSort
OrderBy
리턴
AlbumListSort
PageOffset
공개적으로 프로퍼티
Page offset
public
int?
PageOffset
리턴
int?
PhotoId
공개적으로 프로퍼티
Limit the list to channels containing a specific photo ID
public
int?
PhotoId
리턴
int?
Search
공개적으로 프로퍼티
Search string
public
string
Search
리턴
string
Size
공개적으로 프로퍼티
Maximum number of albums to return
public
int?
Size
리턴
int?
UserId
공개적으로 프로퍼티
Limit the list to albums created by a specific user ID
public
int?
UserId
리턴
int?