Property | Type | Description | |
---|---|---|---|
PartialSearchOptions | System |
Method | Description | |
---|---|---|
PartialSearchOptions ( ) : System |
Default constructor.
|
|
PartialSearchOptions ( PhotoSearchExtras extras ) : System |
Constructor taking a default PhotoSearchExtras parameter.
|
|
PartialSearchOptions ( int perPage, int page ) : System |
Constructor taking a perPage and page parameter.
|
|
PartialSearchOptions ( int perPage, int page, PhotoSearchExtras extras ) : System |
Constructor taking a perPage and page parameter and a default PhotoSearchExtras parameter.
|
Method | Description | |
---|---|---|
PartialSearchOptions ( |
public PartialSearchOptions ( PhotoSearchExtras extras ) : System | ||
extras | PhotoSearchExtras | See |
return | System |
public PartialSearchOptions ( int perPage, int page ) : System | ||
perPage | int | The number of photos to return per page (maximum). |
page | int | The page number to return. |
return | System |
public PartialSearchOptions ( int perPage, int page, PhotoSearchExtras extras ) : System | ||
perPage | int | The number of photos to return per page (maximum). |
page | int | The page number to return. |
extras | PhotoSearchExtras | See |
return | System |