Share via


ContentItemOperationsExtensions Class

Definition

Extension methods for ContentItemOperations.

public static class ContentItemOperationsExtensions
type ContentItemOperationsExtensions = class
Public Module ContentItemOperationsExtensions
Inheritance
ContentItemOperationsExtensions

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