Share via


IContentItemOperations Interface

Definition

ContentItemOperations operations.

public interface IContentItemOperations
type IContentItemOperations = interface
Public Interface IContentItemOperations

Methods

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

Creates a new developer portal's content item specified by the provided content type.

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

Removes the specified developer portal's content item.

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

Returns the entity state (ETag) version of the developer portal's content item specified by its identifier.

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

Returns the developer portal's content item specified by its identifier.

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

Lists developer portal's content items specified by the provided content type.

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

Lists developer portal's content items specified by the provided content type.

Extension Methods

CreateOrUpdate(IContentItemOperations, String, String, String, String, String)

Creates a new developer portal's content item specified by the provided content type.

CreateOrUpdateAsync(IContentItemOperations, String, String, String, String, String, CancellationToken)

Creates a new developer portal's content item specified by the provided content type.

Delete(IContentItemOperations, String, String, String, String, String)

Removes the specified developer portal's content item.

DeleteAsync(IContentItemOperations, String, String, String, String, String, CancellationToken)

Removes the specified developer portal's content item.

Get(IContentItemOperations, String, String, String, String)

Returns the developer portal's content item specified by its identifier.

GetAsync(IContentItemOperations, String, String, String, String, CancellationToken)

Returns the developer portal's content item specified by its identifier.

GetEntityTag(IContentItemOperations, String, String, String, String)

Returns the entity state (ETag) version of the developer portal's content item specified by its identifier.

GetEntityTagAsync(IContentItemOperations, String, String, String, String, CancellationToken)

Returns the entity state (ETag) version of the developer portal's content item specified by its identifier.

ListByService(IContentItemOperations, String, String, String)

Lists developer portal's content items specified by the provided content type.

ListByServiceAsync(IContentItemOperations, String, String, String, CancellationToken)

Lists developer portal's content items specified by the provided content type.

ListByServiceNext(IContentItemOperations, String)

Lists developer portal's content items specified by the provided content type.

ListByServiceNextAsync(IContentItemOperations, String, CancellationToken)

Lists developer portal's content items specified by the provided content type.

Applies to