Udostępnij za pośrednictwem


CommunityGalleryImages interface

Interfejs reprezentujący galerię CommunityGalleryImages.

Metody

get(string, string, string, CommunityGalleryImagesGetOptionalParams)

Pobierz obraz galerii społeczności.

list(string, string, CommunityGalleryImagesListOptionalParams)

Wyświetlanie listy obrazów galerii społeczności w galerii.

Szczegóły metody

get(string, string, string, CommunityGalleryImagesGetOptionalParams)

Pobierz obraz galerii społeczności.

function get(location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams): Promise<CommunityGalleryImage>

Parametry

location

string

Lokalizacja zasobu.

publicGalleryName

string

Publiczna nazwa galerii społeczności.

galleryImageName

string

Nazwa definicji obrazu galerii społeczności.

options
CommunityGalleryImagesGetOptionalParams

Parametry opcji.

Zwraca

list(string, string, CommunityGalleryImagesListOptionalParams)

Wyświetlanie listy obrazów galerii społeczności w galerii.

function list(location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams): PagedAsyncIterableIterator<CommunityGalleryImage, CommunityGalleryImage[], PageSettings>

Parametry

location

string

Lokalizacja zasobu.

publicGalleryName

string

Publiczna nazwa galerii społeczności.

options
CommunityGalleryImagesListOptionalParams

Parametry opcji.

Zwraca