IListManagementImage Interface

Definition

ListManagementImage operations.

public interface IListManagementImage
type IListManagementImage = interface
Public Interface IListManagementImage
Derived

Methods

AddImageFileInputWithHttpMessagesAsync(String, Stream, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

AddImageUrlInputWithHttpMessagesAsync(String, String, BodyModel, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

AddImageWithHttpMessagesAsync(String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

DeleteAllImagesWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Deletes all images from the list with list Id equal to list Id passed.

DeleteImageWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an image from the list with list Id and image Id passed.

GetAllImageIdsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all image Ids from the list with list Id equal to list Id passed.

Extension Methods

AddImage(IListManagementImage, String, Nullable<Int32>, String)

Add an image to the list with list Id equal to list Id passed.

AddImageAsync(IListManagementImage, String, Nullable<Int32>, String, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

AddImageFileInput(IListManagementImage, String, Stream, Nullable<Int32>, String)

Add an image to the list with list Id equal to list Id passed.

AddImageFileInputAsync(IListManagementImage, String, Stream, Nullable<Int32>, String, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

AddImageUrlInput(IListManagementImage, String, String, BodyModel, Nullable<Int32>, String)

Add an image to the list with list Id equal to list Id passed.

AddImageUrlInputAsync(IListManagementImage, String, String, BodyModel, Nullable<Int32>, String, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

DeleteAllImages(IListManagementImage, String)

Deletes all images from the list with list Id equal to list Id passed.

DeleteAllImagesAsync(IListManagementImage, String, CancellationToken)

Deletes all images from the list with list Id equal to list Id passed.

DeleteImage(IListManagementImage, String, String)

Deletes an image from the list with list Id and image Id passed.

DeleteImageAsync(IListManagementImage, String, String, CancellationToken)

Deletes an image from the list with list Id and image Id passed.

GetAllImageIds(IListManagementImage, String)

Gets all image Ids from the list with list Id equal to list Id passed.

GetAllImageIdsAsync(IListManagementImage, String, CancellationToken)

Gets all image Ids from the list with list Id equal to list Id passed.

Applies to